]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(emacs-deps): Leave it empty.
[gnu-emacs] / lisp / ChangeLog
1 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (emacs-deps): Leave it empty.
4
5 2008-04-23 Magnus Henoch <mange@freemail.hu>
6
7 * tar-mode.el (tar-untar-buffer): If the entry has directory
8 link type, extract it as a directory even if its file name doesn't
9 end with a slash. Fixes extraction of NetBSD tar archives.
10
11 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * server.el (server-start): Also don't get confused by CRs since we
14 don't quote them.
15
16 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
19 (gdb-set-gud-minor-mode-existing-buffers)
20 (gdb-info-breakpoints-custom, gdb-get-location)
21 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
22 Previously gdb-create-define-alist wasn't always run and added to
23 after-save-hook.
24
25 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
26
27 2008-04-12 Kevin Ryde <user42@zip.com.au>
28
29 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
30 comments like unindented ones.
31
32 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33
34 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
35 parameter origins.
36
37 2008-04-11 Kevin Ryde <user42@zip.com.au>
38
39 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
40 Bind print-level to ensure output forms aren't truncated if
41 print-level is set to eval-expression-print-level when going via
42 eval-defun and friends, or has been otherwise fiddled with.
43
44 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * progmodes/cc-mode.el (c-basic-common-init): Don't set
47 font-lock-extend-after-change-region-function globally.
48
49 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
50
51 * speedbar.el (speedbar-use-tool-tips-flag)
52 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
53 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
54 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
55 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
56 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
57 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
58 (speedbar-separator-face): Fix typos in docstrings.
59 (speedbar-stealthy-function-list, speedbar-verbosity-level)
60 (speedbar-supported-extension-expressions, speedbar-update-current-file)
61 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
62 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
63 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
64 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
65 (speedbar-check-vc-this-line, speedbar-files-line-directory)
66 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
67 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
68 (speedbar-recenter): Doc fixes.
69 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
70 declaration and remove redundant info in docstring.
71
72 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
73
74 * vc-git.el (vc-git-status-printer): Deal with directories.
75
76 * vc.el (vc-next-action): Look at more than the first file to
77 determine the state.
78
79 2008-04-23 Glenn Morris <rgm@gnu.org>
80
81 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
82 timers. Doc fix.
83 (dframe-update-speed): Drop support for XEmacs < 20.
84 (dframe-frame-mode): Drop support for Emacs < 20.
85 (dframe-set-timer-internal): Drop support for Emacs without timers.
86 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
87
88 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
89 versions. Add doc-string. Mark as obsolete.
90
91 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
92
93 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
94 rather than using an Emacs version test.
95
96 * tree-widget.el (tree-widget-image-enable): Use display-images-p
97 rather than an Emacs version test.
98
99 * calendar/cal-china.el (holiday-chinese-qingming)
100 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
101 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
102 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
103
104 * calendar/cal-islam.el (holiday-islamic): Doc fix.
105
106 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
107 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
108 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
109
110 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
111
112 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
113 (gdb-previous-frame-pc-address): ...to this.
114 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
115 of "info frame" with Gdb 6.4+.
116 (gdb-stack-list-frames-regexp): New regexp.
117 (gdb-frame-handler-1): Parse output of -stack-info-frame
118
119 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
120
121 * tar-mode.el (tar-prefix-offset): New constant.
122 (tar-header-block-tokenize): Support paths with long names
123 which use the "ustar" standard.
124
125 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
126
127 * image-dired.el (image-dired-track-original-file)
128 (image-dired-modify-mark-on-thumb-original-file):
129 Use `dired-goto-file' instead of `search-forward'. This solves
130 a bug with finding files where the file name is a subset of other
131 file names. Doc fix.
132
133 2008-04-22 Juri Linkov <juri@jurta.org>
134
135 * menu-bar.el (buffers-menu-max-size): Move its definition down to
136 the "Buffers Menu" section. Change group name `mouse' to `menu'.
137 (yank-menu-length): Change group name `mouse' to `menu'.
138 (buffers-menu-buffer-name-length): New user option.
139 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
140 instead of the hard-coded number 27.
141
142 2008-04-22 Juri Linkov <juri@jurta.org>
143
144 * isearch.el (eval-when-compile): Require `help-macro'.
145 (isearch-help-for-help-internal): Isearch specific Help screen
146 created by `make-help-screen'.
147 (isearch-help-map): New variable that binds "b", "k", "m" to
148 isearch-specific commands, and binds other keys to
149 isearch-other-control-char, thus allowing other Help keys to
150 exit isearch mode and execute their global definitions.
151 (isearch-help-for-help, isearch-describe-bindings)
152 (isearch-describe-key, isearch-describe-mode): New commands.
153 (isearch-mode-help): Define alias to isearch-describe-mode
154 and remove its old function definition.
155 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
156 Remove old comments because this issue is settled now.
157 (isearch-forward): Describe three new Help commands in the docstring.
158 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
159 leave the single sentence at the first line of the docstring,
160 and prepend the word "function" before `isearch-forward'
161 to make the Help link to the function instead of variable.
162
163 2008-04-22 Juri Linkov <juri@jurta.org>
164
165 * isearch.el (isearch-success-function): New variable with default
166 to `isearch-success-function-default'.
167 (isearch-search): Call a function from `isearch-success-function'
168 instead of calling the hard-coded `isearch-range-invisible'.
169 (isearch-success-function-default): New function that calls
170 `isearch-range-invisible' and inverts its return value.
171
172 * info.el (Info-search): In two similar places that skip
173 undesired search matches move code to Info-search-success-function,
174 and call `isearch-success-function' instead.
175 (Info-search-success-function): New function copied from code
176 in Info-search. Replace isearch-range-invisible with
177 text-property-not-all that checks for 'invisible and 'display
178 properties to skip partially invisible matches (whose display
179 properties were set by Info-fontify-node).
180 (Info-mode): Set buffer-local isearch-success-function
181 to Info-search-success-function.
182
183 2008-04-22 Juri Linkov <juri@jurta.org>
184
185 * minibuffer.el (internal-complete-buffer-except): New function.
186
187 * files.el (read-buffer-to-switch): New function.
188 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
189 Change interactive spec to call read-buffer-to-switch instead of
190 using the letter "B".
191
192 * simple.el (minibuffer-default-add-shell-commands): New function.
193 Use declare-function for mailcap-file-default-commands from "mailcap".
194 (shell-command): Set local minibuffer-default-add-function to
195 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
196 before calling read-shell-command. Set 4th arg default-value of
197 read-shell-command to relative buffer-file-name in file buffers.
198
199 * dired-aux.el (dired-read-shell-command-default): Move it to
200 gnus/mailcap.el and change its name to more general name
201 mailcap-file-default-commands.
202 (minibuffer-default-add-dired-shell-commands): New function.
203 Use declare-function for mailcap-file-default-commands from "mailcap".
204 (dired-read-shell-command): Set local minibuffer-default-add-function
205 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
206 before calling read-shell-command. Remove dired-read-shell-command-default
207 from the default value arg because default values are not set in
208 minibuffer-default-add-dired-shell-commands. Doc fix.
209
210 * dired-x.el (dired-smart-shell-command): Sync arguments and
211 interactive spec with changes in `shell-command'.
212 Use dired-get-filename to get the dired file name at point
213 as the default value in dired mode.
214
215 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
216
217 * info.el (Info-complete-menu-item): Add missing parenthesis.
218
219 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * info.el (Info-complete-menu-item): Save point.
222
223 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
224
225 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
226
227 2008-04-22 Andreas Schwab <schwab@suse.de>
228
229 * Makefile.in (emacs-deps): Define.
230 Use it instead of $(lisp)/subdirs.el.
231
232 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
233
234 * vc.el (vc-next-action): Do not consider directories when
235 checking for state compatibility.
236 (vc-transfer-file): Use when not if.
237 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
238 (vc-dir-mark-file): Use them.
239 (vc-deduce-fileset): Also return the backend.
240 (vc-diff-internal): Take as argument the value returned by
241 vc-deduce-fileset instead of just the fileset.
242 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
243 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
244 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
245
246 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
247
248 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
249 set-window-vscroll but image-scroll-down. Fixes a bug where a
250 command following SPC scrolled up again.
251
252 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
253
254 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
255 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
256 (gud-watch): Add "$" prefix when in registers buffer.
257
258 2008-04-22 Glenn Morris <rgm@gnu.org>
259
260 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
261
262 * whitespace.el (whitespace-display-table)
263 (whitespace-display-table-was-local): Move definitions before use.
264
265 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
266 (copyright-limit): Respect copyright-at-end-flag.
267 (copyright-re-search, copyright-start-point)
268 (copyright-offset-too-large-p): New functions.
269 (copyright-update-year): Use copyright-re-search.
270 (copyright-update, copyright-fix-years): Use copyright-start-point,
271 and copyright-re-search.
272 (copyright): Use copyright-offset-too-large-p.
273 * add-log.el (change-log-mode): Set copyright-at-end-flag.
274
275 * add-log.el (top-level): Require 'cl when compiling.
276
277 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
280 Treat minibuffer-completion-predicate as a predicate.
281
282 * minibuffer.el (completion--file-name-table): Accept both the old
283 `dir' arg or the new `pred' arg.
284
285 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
286 `predicate' argument to pass non-predicate data.
287 (ffap-read-url-internal, ffap-read-file-or-url-internal):
288 Use second arg as proper predicate.
289
290 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
291 (vc-bzr-revision-completion-table): Use completion-table-with-context
292 instead.
293
294 * simple.el (choose-completion-string): Use minibuffer-completion-table.
295
296 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
297
298 * term.el (term-emulate-terminal): Perform redisplay after the
299 process filter has finished running.
300
301 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
304
305 * minibuffer.el (completion-try-completion): Change magic symbol
306 property name. Rename from minibuffer-try-completion.
307 (completion-all-completions): Rename from minibuffer-all-completions.
308 Remove hide-spaces argument.
309 (completion--do-completion): Rename from minibuffer--do-completion.
310 (minibuffer-complete-and-exit): Call just try-completion rather than
311 completion-try-completion to fix up the case.
312 (completion--try-word-completion): Try to add space or hyphen before
313 making `string' a prefix of `completion'.
314 (completion--insert-strings): Rename from minibuffer--insert-strings.
315
316 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
317
318 * net/tls.el (tls-program): Add -ign_eof argument to call the
319 openssl commands.
320 (tls-checktrust): Ditto.
321
322 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
323
324 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
325
326 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
327 (vc-check-master-templates, vc-file-not-found-hook)
328 (vc-kill-buffer-hook):
329 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
330 (vc-find-position-by-context, vc-buffer-context)
331 (vc-restore-buffer-context, vc-responsible-backend)
332 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
333 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
334 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
335 (vc-version-diff, vc-diff, vc-insert-headers)
336 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
337 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
338 (vc-revert, vc-rollback, vc-version-backup-file)
339 (vc-rename-master, vc-delete-file, vc-rename-file)
340 (vc-branch-part, vc-default-retrieve-snapshot)
341 (vc-annotate-display-autoscale, vc-annotate-display-select)
342 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
343 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
344 (vc-dir-update): Handle directories.
345 (vc-default-status-printer): Simplify.
346
347 * progmodes/asm-mode.el (asm-mode-map):
348 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
349
350 * progmodes/m4-mode.el (m4-mode-map): Add menu.
351
352 2008-04-21 Kenichi Handa <handa@m17n.org>
353
354 * select.el (xselect-convert-to-string): Send a C_STRING only if
355 the polymorphic target TEXT is requested.
356
357 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
358
359 * minibuffer.el (completion-setup-hook, display-completion-list)
360 (completion--file-name-table): Fix typos in docstrings.
361 (completion-table-dynamic): Fix typo, and reflow docstring.
362
363 2008-04-20 Andreas Schwab <schwab@suse.de>
364
365 * server.el (server-switch-buffer): Also consider clients in the
366 selected frame.
367
368 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
369
370 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
371 Select window clicked on first (regression in 22.2).
372 (gdb): Display thread number in mode-line.
373 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
374 (gdb-breakpoints-header): New variable.
375 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
376
377 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
380 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
381 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
382 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
383 (vc-sccs-print-log): Use it.
384
385 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
386
387 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
388 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
389
390 * tooltip.el (tooltip-previous-message): New var.
391 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
392 the C code (avoid overwriting a minibuffer, restore previous echo
393 message, ...).
394 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
395 Simplify.
396
397 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
398
399 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
400 (gdb-init-1): Initialise it.
401 (gdb-annotation-rules): New entry for "new-thread".
402 (gdb-thread-identification): New function to customize
403 mode-line-buffer-identification.
404 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
405 (gdb-assembler-mode): Use it.
406 (gdb-threads-mode): Force "info threads" onto queue.
407
408 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * files.el (locate-file-completion-table): Rename from
411 locate-file-completion and make it use `pred' in the normal way.
412 (locate-file-completion): New compatibility wrapper.
413 (load-library): Use locate-file-completion-table.
414 * finder.el (finder-commentary):
415 * subr.el (locate-library):
416 * emacs-lisp/find-func.el (find-library): Likewise.
417 * info.el: Use with-current-buffer and inhibit-read-only.
418 (Info-read-node-name-2): Change to use `predicate' in the normal way.
419 (Info-read-node-name-1): Adjust uses accordingly.
420
421 * minibuffer.el (completion-table-with-context): Add support for `pred'.
422 (completion-table-with-terminator): Don't use complete-with-action
423 since we have to distinguish all three cases anyway.
424 (completion-table-with-predicate): New function.
425 (dynamic-completion-table): Add obsolete alias.
426
427 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
428
429 2008-04-18 Sam Steingold <sds@gnu.org>
430
431 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
432 Use quit-window instead of bury-buffer.
433
434 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * minibuffer.el (completion-table-with-terminator): Fix last fix.
437
438 2008-04-18 Andreas Schwab <schwab@suse.de>
439
440 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
441 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
442 Depend on $(lisp)/subdirs.el.
443
444 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
445
446 * descr-text.el (describe-char-after):
447 Use `define-obsolete-function-alias'.
448
449 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
450
451 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
452
453 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
454 Remove redundant obsolescence info in docstring.
455
456 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
457 (vc-header-alist): Add WHEN to obsolescence declaration.
458 (vc-state): Fix typo in docstring.
459
460 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
461 Use `define-obsolete-variable-alias'.
462
463 * emulation/tpu-edt.el (tpu-have-ispell):
464 * international/codepage.el (codepage-setup):
465 Fix typo in obsolescence declaration.
466
467 * international/mule.el (char-coding-system-table):
468 Remove redundant obsolescence info in docstring.
469 (charset-list, generic-char-p, set-char-table-default):
470 Fix typos in obsolescence decarations.
471
472 * international/mule-diag.el (non-iso-charset-alist):
473 Fix typo in obsolescence declaration.
474 (decode-codepage-char): Remove redundant obsolescence info in docstring.
475
476 * font-core.el (font-lock-defaults-alist):
477 * font-lock.el (font-lock-reference-face):
478 * frame.el (screen-height, screen-width, set-screen-width)
479 (set-screen-height):
480 * hilit-chg.el (highlight-changes-initial-state):
481 * isearch.el (isearch-return-char):
482 * log-edit.el (cvs-commit-buffer-require-final-newline)
483 (cvs-changelog-full-paragraphs):
484 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
485 (mouse-popup-menubar-stuff):
486 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
487 (mouse-wheel-click-button):
488 * outline.el (outline-visible):
489 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
490 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
491 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
492 * progmodes/compile.el (compile-internal):
493 Add WHEN to obsolescence declarations.
494
495 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
498 is not better anyway.
499
500 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
501
502 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
503 properly.
504
505 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
508 (python-use-skeletons): Remove, unused.
509 (python-skeletons): Remove. Use the abbrev table instead.
510 (python-mode-abbrev-table): Fix regexp;
511 add enable-function and case-fixed.
512 (def-python-skeleton): Simplify.
513 (python-expand-template): Use the abbrev-table and abbrev-insert.
514 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
515 Remove.
516 (python-mode): Don't set pre-abbrev-expand-hook.
517
518 * skeleton.el: Set coding-tag.
519
520 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
521 (expand-abbrev): Use it.
522 (abbrev-table-menu): New function.
523
524 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
525
526 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
527
528 2008-04-17 Sam Steingold <sds@gnu.org>
529
530 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
531 idiosyncratic bury-buffer/delete-window logic.
532
533 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
534
535 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
536 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
537
538 2008-04-17 Kenichi Handa <handa@m17n.org>
539
540 * international/characters.el: Don't make the width of U+00AD to 0.
541
542 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
543
544 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
545 (gdb, gdb-starting, gdb-frames-mode): Use it.
546 (gdb-invalidate-frames): Advise to call "info stack" only if
547 execution has occurred.
548 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
549 selected frame if no execution has occurred.
550 (gdb-frames-force-update): New interactive function.
551 (gdb-frames-mode-map): Bind it to "F".
552
553 2008-04-17 Michael Olson <mwolson@gnu.org>
554
555 * textmodes/remember.el (remember-version): Release Remember 2.0.
556
557 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
558
559 * textmodes/artist.el:
560 * progmodes/vhdl-mode.el:
561 * progmodes/verilog-mode.el:
562 * progmodes/vera-mode.el:
563 * progmodes/simula.el:
564 * progmodes/ps-mode.el:
565 * progmodes/cmacexp.el:
566 * obsolete/hilit19.el:
567 * emulation/viper.el:
568 * ediff.el: Cleanup the bug-report email addresses and make sure the
569 maintainer is still willing to handle bug reports.
570
571 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
572
573 * vc.el (vc-dir-kill-query): Fix thinko.
574
575 2008-04-16 Glenn Morris <rgm@gnu.org>
576
577 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
578 by diary-sexp-entry.
579
580 2008-04-16 Markus Triska <markus.triska@gmx.at>
581
582 * proced.el (proced-command-alist): Add support for darwin.
583
584 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * proced.el (proced-mode): Redefine as just the major-mode.
587 (proced): Separate it from proced-mode.
588
589 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
590
591 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
592
593 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
594 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
595 `tab-width' setting from user. New version 10.0. Doc and docstring
596 fix.
597 (whitespace-style, whitespace-chars): Remove options.
598 (whitespace-style-mark): New option, replace whitespace-style deleted
599 option. Fix docstring.
600 (whitespace-style-color): New option, replace whitespace-chars deleted
601 option. Fix docstring.
602 (whitespace-space, whitespace-hspace, whitespace-tab)
603 (whitespace-newline, whitespace-trailing, whitespace-line)
604 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
605 (whitespace-space-after-tab, whitespace-hspace-regexp)
606 (whitespace-space-regexp, whitespace-tab-regexp)
607 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
608 (whitespace-empty-at-eob-regexp, whitespace-line-column)
609 (whitespace-toggle-option-alist): Fix docstring.
610 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
611 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
612 docstring and initialization.
613 (global-whitespace-mode): Autoloaded global minor mode.
614 (whitespace-chars-value-list, whitespace-style-value-list)
615 (whitespace-active-chars, whitespace-active-style)
616 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
617 (whitespace-color-value-list): New var, replace
618 whitespace-chars-value-list removed var.
619 (whitespace-mark-value-list): New var, replace
620 whitespace-style-value-list removed var.
621 (whitespace-active-color): New var, replace whitespace-active-chars
622 removed var.
623 (whitespace-active-mark): New var, replace whitespace-active-style
624 removed var.
625 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
626 removed var.
627 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
628 removed var.
629 (whitespace-toggle-option-alist, whitespace-report-list)
630 (whitespace-report-text, whitespace-help-text): Fix initialization.
631 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
632 (whitespace-toggle-options, global-whitespace-toggle-options)
633 (whitespace-cleanup-region, whitespace-report-region)
634 (whitespace-interactive-char): Fix docstring and code.
635 (whitespace-cleanup, whitespace-report): Fix docstring.
636 (whitespace-replace-spaces-by-tabs): Remove fun.
637 (whitespace-replace-action): New fun, replace
638 whitespace-replace-spaces-by-tabs removed fun.
639 (whitespace-regexp, whitespace-indentation-regexp)
640 (whitespace-space-after-tab-regexp, whitespace-insert-value)
641 (whitespace-kill-buffer): New funs.
642 (whitespace-insert-option-mark, whitespace-help-on)
643 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
644 (whitespace-color-on, whitespace-color-off)
645 (whitespace-display-char-on): Fix code.
646
647 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
650 (mouse-throw-magnifier-with-mouse-movement): Remove.
651 (mouse-throw-magnifier-base): New const.
652 (mouse-drag-scroll-delta): New fun.
653 (mouse-drag-throw): Use it.
654
655 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
656
657 * international/uni-bidi.el, international/uni-category.el:
658 * international/uni-combining.el, international/uni-comment.el:
659 * international/uni-decimal.el, international/uni-decomposition.el:
660 * international/uni-digit.el, international/uni-lowercase.el:
661 * international/uni-mirrored.el, international/uni-name.el:
662 * international/uni-numeric.el, international/uni-old-name.el:
663 * international/uni-titlecase.el, international/uni-uppercase.el:
664 * international/charprop.el: Regenerate.
665
666 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
667
668 * vc.el (vc-status-fileinfo): Add new member directoryp.
669 (vc-default-status-printer): Print directories.
670 (vc-status-update): Sort files before subdirectories.
671
672 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
673 Add alternative implementation based on "cvs update".
674
675 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
676
677 * doc-view.el: Changed requirements section to tell that only one
678 of dvipdf or dvipdfm is needed.
679 (doc-view-already-converted-p): Fix bug that forced reconversion
680 if doc was already converted.
681
682 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * minibuffer.el (minibuffer-message):
685 Make sure we can put-text-property.
686
687 * emacs-lisp/crm.el: Complete rewrite.
688
689 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
690 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
691 case of an error in display-completion-list.
692
693 * filecache.el (file-cache-completions-keymap): Move init from
694 file-cache-completion-setup-function into declaration.
695 (file-cache-minibuffer-complete): Simplify.
696 (file-cache-completion-setup-function): Use standard-output,
697 preserve current-buffer.
698
699 * vc.el (vc-status-update): Fix typo.
700 (vc-status-update): Set needs-update.
701 (vc-status-refresh): η-reduce.
702
703 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
704
705 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
706 to image-eol.
707
708 2008-04-14 Alexandre Julliard <julliard@winehq.org>
709
710 * vc.el (vc-status-update): Undo the previous revert.
711
712 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * minibuffer.el (completion-table-with-terminator): Those completions
715 are never valid w.r.t test-completion.
716 (completion--file-name-table):
717 Check completion-all-completions-with-base-size.
718
719 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
720
721 * doc-view.el (doc-view-dvipdf-program): New variable.
722 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
723 (doc-view-mode-p): Check for doc-view-dvipdf-program as
724 alternative for doc-view-dvipdfm-program.
725 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
726
727 * doc-view.el (doc-view-start-process): Don't set
728 default-directory to "~/" if the current value is valid.
729 This broke PS files that run other files in the same directory.
730
731 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
732
733 * vc.el (vc-status-kill-query): New function.
734 (vc-status-mode): Add it to kill-buffer-query-functions.
735 (vc-status-show-fileentry): New function.
736 (vc-status-menu-map): Bind it. Bind vc-next-action.
737
738 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * minibuffer.el (minibuffer-message): Put cursor at the right place.
741
742 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
743
744 * proced.el (proced-send-signal): Fix error recognition.
745
746 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
747
748 * proced.el (proced-command-alist): Remove sort column.
749 (proced-command, proced-procname-column):
750 Use make-variable-buffer-local.
751 (proced-signal-function): Rename from proced-kill-program.
752 Allow for elisp symbols and string values representing system calls.
753 (proced-marker-regexp, proced-success-message): New functions.
754 (proced): Use defalias. Add autoload cookie.
755 (proced-unmark-backward, proced-toggle-marks)
756 (proced-hide-processes): New commands.
757 (proced-do-mark): Simplify code.
758 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
759 (proced-update): Remove sorting.
760 (proced-send-signal): Display number of processes to operate on.
761 Allow for system calls or elisp functions to send signals.
762 Check if signal was sent successfully.
763
764 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * minibuffer.el (completion-all-completion-with-base-size): New var.
767 (completion--some): New function.
768 (completion-table-with-context, completion--file-name-table):
769 Return the base-size if requested.
770 (completion-table-in-turn): Generalize to multiple arguments.
771 (complete-in-turn): Compatibility alias.
772 (completion-styles-alist): New var.
773 (completion-styles): New customization.
774 (minibuffer-try-completion, minibuffer-all-completions):
775 New functions.
776 (minibuffer--do-completion, minibuffer-complete-and-exit)
777 (minibuffer-try-word-completion): Use them.
778 (display-completion-list, minibuffer-completion-help): Use them.
779 Handle all-completions's new base-size info to set completion-base-size.
780 * info.el (Info-read-node-name-1): Use completion-table-with-context,
781 completion-table-with-terminator and complete-with-action.
782 Remove the now obsolete completion-base-size-function property.
783 * simple.el (completion-list-mode-map): Move init into declaration.
784 (completion-list-mode): Use define-derived-mode.
785 (completion-setup-function): Use any completion-base-size that may
786 have been set before. Remove handling of completion-base-size-function.
787 * loadup.el: Move abbrev.el up earlier.
788
789 2008-04-13 Alexandre Julliard <julliard@winehq.org>
790
791 * vc-git.el (vc-git-after-dir-status-stage)
792 (vc-git-dir-status-goto-stage): New functions.
793 (vc-git-after-dir-status-stage1)
794 (vc-git-after-dir-status-stage1-empty-db)
795 (vc-git-after-dir-status-stage2): Remove, functionality moved
796 into the new generic stage functions.
797 (vc-git-dir-status-files): New function.
798
799 * vc.el (vc-status-update): Revert an incorrect rewrite. Add some
800 comments.
801 (vc-status-refresh-files): New function.
802 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
803 state of up-to-date files.
804 (vc-default-dir-status-files): New function.
805
806 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
807
808 * minibuffer.el (completion--embedded-envvar-table)
809 (read-file-name-internal): Fix typos in 2008-04-11 change.
810
811 * faces.el (read-face-name): Use `completion-table-in-turn',
812 not `complete-in-turn'.
813
814 2008-04-13 Andreas Schwab <schwab@suse.de>
815
816 * progmodes/etags.el: Require 'cl when compiling.
817
818 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
819
820 * progmodes/gud.el (gud-menu-map): Expand tooltip.
821
822 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
823 (menu): Add/expand menu tooltips.
824
825 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
826
827 * progmodes/sh-script.el (sh-show-indent): Fix typo.
828 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
829
830 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
831 considered registered.
832
833 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
834
835 * emacs-lisp/copyright.el (copyright-update-directory): New command.
836
837 * ediff-wind.el (ediff-split-window-function)
838 (ediff-merge-split-window-function): Improve custom type.
839
840 2008-04-12 Eli Zaretskii <eliz@gnu.org>
841
842 * loadup.el ("minibuffer"): Move after "faces".
843
844 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * progmodes/hideif.el (hif-factor): Handle unary minus.
847
848 2008-04-12 Glenn Morris <rgm@gnu.org>
849
850 * calendar/cal-china.el (chinese-calendar-time-zone):
851 Mark obsolete name as risky too.
852
853 * calendar/calendar.el (calendar-faces): New custom group.
854 (calendar-today, diary, holiday): Doc fix.
855 Move to calendar-faces group.
856 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
857 (diary-button): Doc fix. Move to calendar-faces group.
858
859 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
860 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
861 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
862 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
863 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
864 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
865 not in dumped files before the associated defcustom.
866
867 2008-04-11 Johan Bockgård <bojohan@gnu.org>
868
869 * minibuffer.el (lazy-completion-table): Fix debug spec.
870
871 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * minibuffer.el (complete-with-action, lazy-completion-table):
874 Move from subr.el.
875 (apply-partially, completion-table-dynamic)
876 (completion-table-with-context, completion-table-with-terminator)
877 (completion-table-in-turn): New funs.
878 (completion--make-envvar-table, completion--embedded-envvar-table):
879 New funs.
880 (read-file-name-internal): Use them.
881 (completion-setup-hook): Move from simple.el.
882 * subr.el (complete-with-action, lazy-completion-table):
883 * simple.el (completion-setup-hook): Move to minibuffer.el.
884
885 2008-04-11 Glenn Morris <rgm@gnu.org>
886
887 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
888
889 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
892
893 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
894
895 * textmodes/fill.el (fill-forward-paragraph-function): New var.
896 (fill-forward-paragraph): New fun.
897 (fill-paragraph, fill-region): Use it.
898
899 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
900 (vc-status-create-fileinfo): Make `extra' optional.
901 (vc-status-busy): New fun.
902 (vc-status-menu-map): Use it.
903 (vc-status-crt-marked): Remove.
904 (vc-status-update): Rename from vc-status-add-entries.
905 Add argument so as to prevent addition of entries. Rewrite.
906 (vc-update-vc-status-buffer): Remove.
907 (vc-status-refresh): Don't remove old entries, set them to
908 up-to-date instead. Also do it after the update is complete.
909 (vc-status-marked-files): η-reduce.
910
911 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
912 for non-dialogs.
913
914 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
915
916 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
917
918 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
919
920 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
921 to t and don't truncate msg.
922
923 2008-04-11 Glenn Morris <rgm@gnu.org>
924
925 * calendar/calendar.el (diary, holidays):
926 Move custom groups to other files.
927 (holiday-general-holidays, holiday-oriental-holidays)
928 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
929 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
930 (holiday-hebrew-holidays, holiday-christian-holidays)
931 (holiday-islamic-holidays, holiday-bahai-holidays)
932 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
933 * calendar/diary-lib.el: Move custom group here from calendar.el.
934 * calendar/holidays-lib.el: Move custom group and variables here
935 from calendar.el.
936
937 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
938
939 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
940 Fix custom group.
941 (calendar-current-time-zone-cache): Autoload riskiness.
942
943 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
944
945 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
946
947 * woman.el (woman2-TH): Use string-equal instead of string-match.
948
949 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
952 (smerge-resolve): Merge the "2-way refinement" case with one half of
953 the "mere whitespace" resolution.
954
955 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
956
957 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
958
959 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
960
961 * subr.el (assoc-ignore-case, assoc-ignore-representation):
962 Add WHEN to obsolescence declaration.
963
964 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
965
966 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
967
968 * vc-hooks.el (vc-state): Add new state `conflict'.
969 (vc-after-save): Use when not if.
970 (vc-default-mode-line-string): Deal with the conflict state.
971 (vc-prefix-map):
972 (vc-menu-map): Bind vc-status instead of vc-directory.
973
974 * vc.el (vc-editable-p):
975 (vc-default-status-printer):
976 (vc-next-action): Deal with the conflict state.
977 (vc-mark-resolved): New function.
978 (vc-status-mode): Fix mode name.
979 (vc-default-comment-history): Use when not if.
980 (Todo): Add new entries, remove old ones.
981
982 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
983 (vc-cvs-parse-status):
984 (vc-cvs-after-dir-status):
985 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
986 Detect the conflict state.
987
988 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
989
990 2008-04-10 Glenn Morris <rgm@gnu.org>
991
992 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
993 Respect truncate-partial-width-windows in non-full windows,
994 with regards to :toggle and :enable state.
995
996 * simple.el (toggle-truncate-lines): Doc fix.
997
998 * Makefile.in (MH_E_DIR): New variable.
999 (MH_E_SRC): Restore variable removed 2008-03-13.
1000 (mh-loaddefs.el): Depend on $MH_E_SRC.
1001 (CAL_DIR, CAL_SRC): New variables.
1002 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
1003 Depend on CAL_SRC.
1004
1005 * calendar/calendar.el (calendar, diary): Add :prefix.
1006 (holidays): Change :prefix.
1007 (calendar-today, holiday, calendar-holiday-marker)
1008 (european-calendar-style): Change custom groups.
1009
1010 * calendar/calendar.el (diary-hook, diary-display-hook):
1011 Move to diary-lib.el.
1012 * calendar/diary-lib.el (diary-hook, diary-display-hook):
1013 Move here from calendar.el.
1014 * calendar/appt.el: Require diary-lib rather than calendar.
1015 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
1016
1017 * calendar/appt.el (appt): Add :prefix.
1018
1019 * calendar/diary-lib.el (diary-hook): Doc fix.
1020 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
1021
1022 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
1025 New functions.
1026
1027 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
1028 the arg to recursive calls.
1029
1030 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * minibuffer.el (completion-auto-help): Fix typo.
1033
1034 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
1037
1038 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
1041 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
1042
1043 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
1046
1047 * minibuffer.el (minibuffer): Move group from cus-edit.el.
1048 (completion-auto-help): Move from C code.
1049 (minibuffer--maybe-completion-help): Remove.
1050 (minibuffer--bitset): New function.
1051 (minibuffer--do-completion): Rename from minibuffer-do-completion.
1052 Renumber a bit. Really complete on string *before* point.
1053 Add argument used for word-completion.
1054 Join trailing / in completion with following text, as done in
1055 minibuffer-complete-word.
1056 Handle new value `lazy' for completion-auto-help.
1057 (minibuffer-try-word-completion): New function extracted from
1058 minibuffer-complete-word.
1059 (minibuffer-complete-word): Use minibuffer--do-completion.
1060 (minibuffer--insert-strings): Rename from
1061 minibuffer-complete-insert-strings.
1062 (exit-minibuffer): Fix typo.
1063 * cus-edit.el (minibuffer): Move group to minibuffer.el.
1064 * cus-start.el: Remove completion-auto-help.
1065
1066 2008-04-09 Alexandre Julliard <julliard@winehq.org>
1067
1068 * vc.el (vc-status-add-entries): New function.
1069 (vc-status-add-entry): Remove.
1070 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
1071 Use vc-status-add-entries.
1072
1073 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
1074 order.
1075
1076 2008-04-09 Jason Rumney <jasonr@gnu.org>
1077
1078 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
1079 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
1080 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
1081 (AUTOGENEL): New variable.
1082 (distclean, maintainer-clean): New targets.
1083
1084 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * emacs-lisp/regexp-opt.el (regexp-opt):
1087 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
1088
1089 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
1090
1091 * nxml/nxml-mode.el (nxml-cleanup): New function.
1092 (nxml-mode): Add it to change-major-mode-hook.
1093
1094 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1095
1096 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
1097
1098 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * calc/.cvsignore: New file.
1101
1102 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
1103
1104 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
1105
1106 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
1107 show-help-function when turning tooltip off.
1108 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
1109 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
1110
1111 2008-04-09 Alan Mackenzie <acm@muc.de>
1112
1113 * font-lock.el (font-lock-extend-after-change-region-function):
1114 Make it buffer local.
1115
1116 2008-04-09 Glenn Morris <rgm@gnu.org>
1117
1118 * calendar/calendar.el (diary-file, european-calendar-style):
1119 Remove autoload cookies.
1120
1121 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1122
1123 * outline.el (outline-mode-menu-bar-map):
1124 * log-view.el (log-view-mode-menu):
1125 * log-edit.el (log-edit-menu): Add :help.
1126
1127 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1130 Use substring-no-properties for correct handling of unibyte strings.
1131
1132 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * add-log.el (change-log-next-buffer): Handle the case where version<
1135 signals an error.
1136
1137 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
1138 mouse-major-mode-menu.
1139 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
1140 (mouse-major-mode-menu, mouse-popup-menubar)
1141 (mouse-popup-menubar-stuff): Use them.
1142 (C-down-mouse-3): Bind to a dynamic map rather than to
1143 mouse-popup-menubar-stuff.
1144
1145 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
1146 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
1147
1148 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
1151 file:// access method.
1152
1153 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * minibuffer.el: New file.
1156 * loadup.el: Load it.
1157
1158 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
1161 rather than subdirs.el. It introduces an ugly circular dependency, tho.
1162
1163 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
1164 (calc-mode-map, calc-digit-map, calc-dispatch-map):
1165 Move initialization into declaration.
1166 * calc/calc-yank.el:
1167 * calc/calc-misc.el:
1168 * calc/calc-embed.el:
1169 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
1170
1171 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
1172
1173 * ps-samp.el (ps-add-printer, ps-remove-printer)
1174 (ps-make-dynamic-printer-menu): New functions.
1175
1176 * net/zeroconf.el: New file.
1177
1178 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
1181
1182 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * vc-rcs.el (vc-rcs-modify-change-comment):
1185 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
1186
1187 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
1188
1189 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * international/mule-cmds.el (set-locale-environment): Don't warn if
1192 coding system doesn't agree with system locale (this reverts changes
1193 by Dave Love, dated 2002-10-27 and 2002-10-09).
1194
1195 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1196 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
1197
1198 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
1199
1200 2008-04-08 Glenn Morris <rgm@gnu.org>
1201
1202 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
1203 * textmodes/remember.el (remember-diary-convert-entry):
1204 Require calendar.
1205
1206 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
1207 diary-file, since it is the default for make-diary-entry anyway.
1208
1209 * calendar/cal-menu.el (cal-menu-event-to-date):
1210 Rename calendar-event-to-date. Update callers.
1211 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
1212 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
1213 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
1214 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
1215 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
1216 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
1217 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
1218 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
1219 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
1220 (calendar-mouse-tex-month-landscape):
1221 Rename cal-tex-mouse-month-landscape.
1222 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
1223 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
1224 (calendar-mouse-tex-year-landscape):
1225 Rename cal-tex-mouse-year-landscape.
1226 (cal-menu-context-mouse-menu): Update for above name changes.
1227
1228 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1229 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1230 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
1231 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
1232 * calendar/holidays.el: Replace int-to-string with number-to-string.
1233
1234 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
1235
1236 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
1237 region if point moves.
1238
1239 2008-04-08 Kenichi Handa <handa@m17n.org>
1240
1241 * faces.el (font-slant-table): Change numeric values for `r',
1242 `roman', and `normal'.
1243
1244 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
1245
1246 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
1247
1248 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
1249
1250 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
1251 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
1252
1253 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
1254
1255 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
1256 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
1257
1258 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
1261
1262 2008-04-07 Sam Steingold <sds@gnu.org>
1263
1264 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
1265 Add helper functions.
1266 (lisp-do-defun): Extract the common part of lisp-eval-defun and
1267 lisp-compile-defun; DEFVAR forms reset the variables to the init
1268 values, just like in emacs-lisp mode eval-defun.
1269 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
1270 (lisp-compile-region): Use lisp-compile-string.
1271
1272 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * subr.el (combine-and-quote-strings): Also quote strings that contain
1275 the separator.
1276
1277 * pcvs-util.el (cvs-map): Avoid recursion :-(
1278
1279 2008-04-07 Glenn Morris <rgm@gnu.org>
1280
1281 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
1282
1283 * calendar.el (diary-view-entries-initially-flag): Rename
1284 view-diary-entries-initially. Keep old name as alias, update users.
1285 (calendar-mark-diary-entries-flag): Rename
1286 mark-diary-entries-in-calendar. Keep old name as alias, update users.
1287 (calendar-view-holidays-initially-flag): Rename
1288 view-calendar-holidays-initially. Keep old name as alias, update users.
1289 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
1290 Keep old name as alias, update users.
1291 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
1292 Keep old name as alias, update users.
1293 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
1294 Keep old name as alias, update users.
1295 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
1296 Keep old name as alias, update users.
1297 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
1298 (diary-american-date-forms): Rename american-date-diary-pattern.
1299 Keep old name as alias, update users.
1300 (diary-european-date-forms): Rename european-date-diary-pattern.
1301 Keep old name as alias, update users.
1302 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
1303 Keep old name as alias, update users.
1304 (calendar-european-date-display-form): Rename
1305 european-calendar-display-form. Keep old name as alias, update users.
1306 (calendar-american-date-display-form): Rename
1307 european-calendar-display-form. Keep old name as alias, update users.
1308 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
1309 Keep old name as alias, update users.
1310 (holiday-general-holidays): Rename general-holidays.
1311 Keep old name as alias, update users.
1312 (holiday-oriental-holidays): Rename oriental-holidays.
1313 Keep old name as alias, update users.
1314 (holiday-local-holidays): Rename local-holidays.
1315 Keep old name as alias, update users.
1316 (holiday-other-holidays): Rename other-holidays.
1317 Keep old name as alias, update users.
1318 (holiday-hebrew-holidays): Rename hebrew-holidays.
1319 Keep old name as alias, update users.
1320 (holiday-christian-holidays): Rename christian-holidays.
1321 Keep old name as alias, update users.
1322 (holiday-islamic-holidays): Rename islamic-holidays.
1323 Keep old name as alias, update users.
1324 (holiday-bahai-holidays): Rename bahai-holidays.
1325 Keep old name as alias, update users.
1326 (holiday-solar-holidays): Rename solar-holidays.
1327 Keep old name as alias, update users.
1328 (diary-fancy-buffer): Rename fancy-diary-buffer.
1329 Keep old name as alias, update users.
1330 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
1331 Update users.
1332 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
1333 Update users.
1334 (calendar-increment-month): Rename increment-calendar-month.
1335 Keep old name as alias, update callers.
1336 (calendar-increment-month-cons): Rename old calendar-increment-month.
1337 Update callers.
1338 (calendar-extract-month): Rename extract-calendar-month.
1339 Keep old name as alias, update callers
1340 (calendar-extract-day): Rename extract-calendar-day.
1341 Keep old name as alias, update callers.
1342 (calendar-extract-year): Rename extract-calendar-year.
1343 Keep old name as alias, update callers.
1344 (calendar-generate-window): Rename generate-calendar-window.
1345 Update callers.
1346 (calendar-generate): Rename generate-calendar. Update callers.
1347 (calendar-generate-month): Rename generate-calendar-month.
1348 Update callers.
1349 (calendar-redraw): Rename redraw-calendar. Update callers.
1350 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
1351 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
1352 Update callers.
1353 (calendar-update-mode-line): Rename update-calendar-mode-line.
1354 Update callers.
1355 (calendar-exit): Rename exit-calendar. Keep old name as alias,
1356 update callers.
1357 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
1358 Keep old name as alias, update callers.
1359 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
1360 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
1361 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
1362 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
1363 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
1364 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
1365 * calendar/solar.el: Update for calendar.el name changes.
1366 * org/org.el (org-agenda-format-date-aligned)
1367 (org-agenda-execute-calendar-command): Access date elements directly
1368 rather than using calendar functions.
1369 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
1370 Also set calendar-view-diary-initially-flag,
1371 calendar-view-holidays-initially-flag
1372 (org-get-entries-from-diary): Also set diary-fancy-buffer.
1373 (org-agenda-execute-calendar-command): No need to set displayed-day.
1374
1375 2008-04-06 Alan Mackenzie <acm@muc.de>
1376
1377 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
1378 typo in the doc string.
1379
1380 * progmodes/cc-mode.el (c-basic-common-init):
1381 Set font-lock-extend-after-change-region-function.
1382 (c-extend-after-change-region): New function, used in
1383 font-lock-extend-after-change-region-function, thus superseding
1384 advice on the Font Lock after change functions.
1385 (c-advise-fl-for-region): Remove this macro.
1386
1387 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
1388
1389 * textmodes/flyspell.el (flyspell-duplicate-distance):
1390 Improve custom type.
1391
1392 2008-04-06 Glenn Morris <rgm@gnu.org>
1393
1394 * calendar/diary-lib.el (diary-sexp-entry-symbol):
1395 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
1396 (diary-list-entries-hook): Rename list-diary-entries-hook.
1397 Keep old name as alias, update users.
1398 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
1399 Keep old name as alias, update users.
1400 (diary-nongregorian-listing-hook): Rename
1401 nongregorian-diary-listing-hook. Keep old name as alias, update users.
1402 (diary-nongregorian-marking-hook): Rename
1403 nongregorian-diary-marking-hook. Keep old name as alias, update users.
1404 (diary-print-entries-hook): Rename print-diary-entries-hook.
1405 Keep old name as alias, update users.
1406 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
1407 Keep old name as alias, update users.
1408 (diary-number-of-entries): Rename number-of-diary-entries.
1409 Keep old name as alias, update users.
1410 (view-diary-entries, list-diary-entries, show-all-diary-entries):
1411 Give version of obsolescence.
1412 (diary-view-other-diary-entries): Rename view-other-diary-entries.
1413 Keep old name as alias, update callers.
1414 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
1415 update callers.
1416 (diary-include-other-diary-files): Rename include-other-diary-files.
1417 Keep old name as alias, update callers.
1418 (diary-simple-display): Rename simple-diary-display.
1419 Keep old name as alias, update callers.
1420 (diary-fancy-display): Rename fancy-diary-display.
1421 Keep old name as alias, update callers.
1422 (diary-print-entries): Rename print-diary-entries.
1423 Keep old name as alias, update callers.
1424 (diary-marking-entries-flag): Rename marking-diary-entries.
1425 Update users.
1426 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
1427 (diary-mark-entries): Rename mark-diary-entries.
1428 Keep old name as alias, update callers.
1429 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
1430 Keep old name as alias, update callers.
1431 (diary-mark-included-diary-files): Rename mark-included-diary-files.
1432 Keep old name as alias, update callers.
1433 (calendar-mark-days-named): Rename mark-calendar-days-named.
1434 Keep old name as alias, update callers.
1435 (calendar-mark-month): Rename mark-calendar-month.
1436 Keep old name as alias, update callers.
1437 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
1438 Keep old name as alias, update callers.
1439 (diary-sort-entries): Rename sort-diary-entries.
1440 Keep old name as alias, update callers.
1441 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
1442 Keep old name as alias, update callers.
1443 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
1444 update callers.
1445 (diary-insert-entry): Rename insert-diary-entry.
1446 Keep old name as alias.
1447 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
1448 Keep old name as alias.
1449 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
1450 Keep old name as alias.
1451 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
1452 Keep old name as alias.
1453 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
1454 Keep old name as alias.
1455 (diary-insert-block-entry): Rename insert-block-diary-entry.
1456 Keep old name as alias.
1457 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
1458 Keep old name as alias.
1459 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
1460 Keep old name as alias, update users.
1461 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
1462 Keep old name as alias, update callers.
1463 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
1464 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
1465 * calendar/icalendar.el: Update for diary-lib name changes.
1466
1467 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
1470
1471 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
1472 for copy, move, and link operations.
1473
1474 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
1475
1476 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
1477 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
1478
1479 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
1480 'require' statements with 1-argument ones (wrapped in if's).
1481 For compatibility with the current stable version of XEmacs.
1482
1483 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
1484
1485 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
1486
1487 2008-04-06 Jason Rumney <jasonr@gnu.org>
1488
1489 * language/burmese.el ("Burmese"): Make sample text consistent with
1490 language name.
1491
1492 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gdb-ui.el (gdb): New group.
1495 (gdb-debug-log-max, gdb-enable-debug)
1496 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
1497 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
1498 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
1499 (gdb-show-changed-values, gdb-max-children)
1500 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
1501 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
1502 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
1503 (gdb-memory-unit): Move to new group from GUD group.
1504 (menu): Allow customization from GDB-UI menu-item.
1505
1506 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
1509
1510 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
1513 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1514 Revision numbers can include ".".
1515
1516 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
1517 "+" lines not accounted for by counting "-" and context lines.
1518
1519 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1520
1521 * term/mac-win.el (mac-service-open-file): Use file URL instead of
1522 file name string.
1523
1524 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
1527 (vc-bzr-annotate-time): Accept space used to preserve alignment.
1528
1529 2008-04-05 Richard Stallman <rms@gnu.org>
1530
1531 * emacs-lisp/advice.el (defadvice): Add usage pattern.
1532
1533 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
1534
1535 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
1536 thread in [h-e-w]).
1537
1538 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * files.el (abort-if-file-too-large): Fix typo in docstring.
1541
1542 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * subr.el (functionp): Return nil for special forms.
1545
1546 2008-04-05 Glenn Morris <rgm@gnu.org>
1547
1548 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1549 Provide a feature.
1550 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
1551 Require loaddef file rather than loading it.
1552 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
1553 autoload-ensure-default-file provides a feature.
1554
1555 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
1556 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
1557 (compile, compile-always, recompile): Use $LOADDEFS.
1558 (cal-autoloads): Remove.
1559
1560 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
1561 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
1562
1563 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
1564 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
1565
1566 * calendar/calendar.el (diary-hebrew-entry-symbol):
1567 Rename hebrew-diary-entry-symbol. Keep old name as alias.
1568 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
1569 Keep old name as alias.
1570 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
1571 Keep old name as alias.
1572 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
1573 to diary-bahai-entry-symbol.
1574 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
1575 to diary-hebrew-entry-symbol.
1576 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
1577 to diary-islamic-entry-symbol.
1578 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
1579
1580 * calendar/solar.el (diary-sabbath-candles-minutes)
1581 (diary-sabbath-candles): Move to cal-hebrew.
1582 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
1583 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
1584 Doc fix. Keep old name as alias.
1585 (diary-hebrew-sabbath-candles): Simplify.
1586 (solar-setup, solar-sunrise-sunset, calendar-latitude)
1587 (calendar-longitude, calendar-time-zone): Declare for compiler.
1588 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
1589 rename.
1590
1591 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
1592 Rename coptic-calendar-month-name-array. Update callers.
1593 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
1594 (calendar-coptic-name): Rename coptic-name. Update callers.
1595 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
1596 Update callers.
1597 (calendar-coptic-last-day-of-month):
1598 Rename coptic-calendar-last-day-of-month. Update callers.
1599 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
1600 Keep old name as alias, update callers.
1601 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
1602 Keep old name as alias, update callers.
1603 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
1604 Keep old name as alias.
1605 (calendar-ethiopic-month-name-array):
1606 Rename ethiopic-calendar-month-name-array. Update callers.
1607 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
1608 Update callers.
1609 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
1610 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
1611 Keep old name as alias, update callers.
1612 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
1613 Keep old name as alias, update callers.
1614 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
1615 Keep old name as alias.
1616
1617 * calendar/cal-french.el (calendar-french-epoch):
1618 Rename french-calendar-epoch. Update callers.
1619 (calendar-french-month-name-array): Rename variable and function
1620 french-calendar-month-name-array. Update callers.
1621 (calendar-french-multibyte-month-name-array):
1622 Rename french-calendar-multibyte-month-name-array. Update callers.
1623 (calendar-french-day-name-array): Rename variable and function
1624 french-calendar-day-name-array. Update callers.
1625 (calendar-french-special-days-array): Rename variable and function
1626 french-calendar-special-days-array. Update callers.
1627 (calendar-french-multibyte-special-days-array):
1628 Rename french-calendar-multibyte-special-days-array. Update callers.
1629 (calendar-french-accents-p): Rename french-calendar-accents.
1630 Update callers.
1631 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
1632 Update callers.
1633 (calendar-french-last-day-of-month):
1634 Rename french-calendar-last-day-of-month. Update callers.
1635 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
1636 Keep old name as alias, update callers.
1637 (calendar-french-print-date): Rename calendar-print-french-date.
1638 Keep old name as alias, update callers.
1639 (calendar-french-goto-date): Rename calendar-goto-french-date.
1640 Keep old name as alias.
1641
1642 * calendar/cal-menu.el, calendar/calendar.el:
1643 Update for Coptic and French name changes.
1644
1645 * calendar/cal-china.el (calendar-chinese): Rename custom group
1646 from chinese-calendar. Update users.
1647 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
1648 Keep old name as alias, update users.
1649 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
1650 Keep old name as alias.
1651 (calendar-chinese-daylight-time-offset):
1652 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
1653 update users.
1654 (calendar-chinese-standard-time-zone-name):
1655 Rename chinese-calendar-standard-time-zone-name.
1656 Keep old name as alias, update users.
1657 (calendar-chinese-daylight-saving-start):
1658 Rename chinese-calendar-daylight-savings-starts.
1659 Keep old name as alias, update users.
1660 (calendar-chinese-daylight-saving-end):
1661 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
1662 update users.
1663 (calendar-chinese-daylight-saving-start-time):
1664 Rename chinese-calendar-daylight-savings-starts-time.
1665 Keep old name as alias, update users.
1666 (calendar-chinese-daylight-saving-end-time):
1667 Rename chinese-calendar-daylight-savings-ends-time.
1668 Keep old name as alias, update users.
1669 (calendar-chinese-celestial-stem): Rename
1670 calendar-chinese-celestial-stem. Keep old name as alias, update users.
1671 (calendar-chinese-terrestrial-branch):
1672 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
1673 update users.
1674 (calendar-chinese-zodiac-sign-on-or-after):
1675 Rename chinese-zodiac-sign-on-or-after. Update callers.
1676 (calendar-chinese-new-moon-on-or-after):
1677 Rename chinese-new-moon-on-or-after. Update callers.
1678 (calendar-chinese-month-list): Rename chinese-month-list.
1679 Update callers.
1680 (calendar-chinese-number-months): Rename number-chinese-months.
1681 Update callers.
1682 (calendar-chinese-compute-year): Rename compute-chinese-year.
1683 Update callers.
1684 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
1685 (calendar-chinese-year): Rename chinese-year. Update callers.
1686 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
1687 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
1688 Keep old name as alias, update callers.
1689 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
1690 Keep old name as alias, update callers.
1691 (calendar-chinese-months-to-alist):
1692 Rename make-chinese-month-assoc-list. Update callers.
1693 (calendar-chinese-months): Rename chinese-months. Update callers.
1694 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
1695 Keep old name as alias, update callers.
1696
1697 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
1698 Rename hebrew-calendar-leap-year-p. Update callers.
1699 (calendar-hebrew-last-month-of-year):
1700 Rename hebrew-calendar-last-month-of-year. Update callers.
1701 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
1702 Update callers.
1703 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
1704 Update callers.
1705 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
1706 Update callers.
1707 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
1708 Update callers.
1709 (calendar-hebrew-last-day-of-month):
1710 Rename hebrew-calendar-last-day-of-month. Update callers.
1711 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
1712 Keep old name as alias, update callers.
1713 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
1714 Keep old name as alias, update callers.
1715 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
1716 Keep old name as alias, update callers.
1717 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
1718 Keep old name as alias.
1719 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
1720 Keep old name as alias.
1721 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
1722 Keep old name as alias.
1723 (holiday-hebrew-passover): Rename holiday-passover-etc.
1724 Keep old name as alias.
1725 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
1726 Keep old name as alias, update callers.
1727 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
1728 Keep old name as alias.
1729 (calendar-hebrew-mark-date-pattern):
1730 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
1731 update callers.
1732 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
1733 Keep old name as alias.
1734 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
1735 Keep old name as alias.
1736 (diary-hebrew-insert-monthly-entry):
1737 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
1738 (diary-hebrew-insert-yearly-entry):
1739 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
1740 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
1741 Keep old name as alias.
1742 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
1743 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
1744 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
1745 Keep old name as alias.
1746 (calendar-hebrew-parashiot-names):
1747 Rename hebrew-calendar-parashiot-names. Update callers.
1748 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
1749 (calendar-hebrew-year-Saturday-incomplete-Sunday):
1750 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
1751 (calendar-hebrew-year-Saturday-complete-Tuesday):
1752 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
1753 (calendar-hebrew-year-Monday-incomplete-Tuesday):
1754 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
1755 (calendar-hebrew-year-Monday-complete-Thursday):
1756 Rename hebrew-calendar-year-Monday-complete-Thursday.
1757 (calendar-hebrew-year-Tuesday-regular-Thursday):
1758 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
1759 (calendar-hebrew-year-Thursday-regular-Saturday):
1760 Rename hebrew-calendar-year-Thursday-regular-Saturday.
1761 (calendar-hebrew-year-Thursday-complete-Sunday):
1762 Rename hebrew-calendar-year-Thursday-complete-Sunday.
1763 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
1764 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
1765 (calendar-hebrew-year-Saturday-complete-Thursday):
1766 Rename hebrew-calendar-year-Saturday-complete-Thursday.
1767 (calendar-hebrew-year-Monday-incomplete-Thursday):
1768 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
1769 (calendar-hebrew-year-Monday-complete-Saturday):
1770 Rename hebrew-calendar-year-Monday-complete-Saturday.
1771 (calendar-hebrew-year-Tuesday-regular-Saturday):
1772 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
1773 (calendar-hebrew-year-Thursday-incomplete-Sunday):
1774 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
1775 (calendar-hebrew-year-Thursday-complete-Tuesday):
1776 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
1777 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
1778 Update for above name changes of constants.
1779
1780 * calendar/cal-menu.el, calendar/calendar.el:
1781 Update for chinese and hebrew name changes.
1782 * calendar/diary-lib.el: Update for hebrew name changes.
1783
1784 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * subr.el (keymap-canonicalize): Correct thinko.
1787
1788 * server.el: Undo part of the multi-tty change, which is only
1789 needed if server.el is preloaded, and broke server-running-p.
1790 (server-socket-dir): Initialize in the defvar, as before.
1791 (server-start): Remove initialization of server-socket-dir.
1792
1793 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1794
1795 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
1796 3-member cons cells.
1797
1798 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * cus-face.el (custom-face-attributes): Handle roman slant.
1801
1802 * faces.el (default): Ensure the face-defface-spec property is set.
1803
1804 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
1805
1806 * files.el (abort-if-file-too-large): New function.
1807 (find-file-noselect, insert-file-1): Use it.
1808
1809 2008-04-05 Reto Zimmermann <reto@gnu.org>
1810
1811 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1812 Replace C-c[a-zA-Z] key bindings.
1813
1814 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * progmodes/hideif.el (hif-token-alist): New var.
1817 (hif-token-regexp, hif-tokenize): Use it.
1818 (hif-mathify-binop): New macro.
1819 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
1820 (hif-greater-equal, hif-less-equal): Use it.
1821 (hif-logior, hif-logand): New functions.
1822 (hif-math): Accept | and & as well.
1823
1824 * progmodes/etags.el: Fix problem with completion for buffer-local
1825 tables. Reported by Radey Shouman <shouman@comcast.net>.
1826 (tags-complete-tag): Remove.
1827 (tags-lazy-completion-table): New function to replace it.
1828 (find-tag-tag, complete-tag): Update users.
1829
1830 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 * vc-rcs.el (vc-rcs-dir-status):
1833 * vc-sccs.el (vc-sccs-dir-status): New function.
1834
1835 * outline.el (outline-mode-menu-bar-map):
1836 * term.el (terminal-signal-menu): Add :help.
1837
1838 * net/eudc.el (eudc-mode-map): Declare and define in one step.
1839 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
1840
1841 * emacs-lisp/re-builder.el (reb-mode-map):
1842 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
1843
1844 * diff-mode.el (diff-file-junk-re): Recognize the git format for
1845 new files, deleted files and for changing permissions.
1846 (diff-mode): Set beginning-of-defun-function and
1847 end-of-defun-function.
1848
1849 * vc-bzr.el (vc-bzr-state): Use when instead of if.
1850
1851 * vc.el (vc-default-status-fileinfo-extra): New function.
1852 (vc-status-mark-buffer-changed): Use it.
1853 (vc-update-vc-status-buffer): Allow for partial updates.
1854
1855 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * net/tramp.el (after-init-hook): Don't wrap a lambda around
1858 tramp-register-completion-file-name-handler.
1859
1860 * subr.el (keymap-canonicalize): New function.
1861 * mouse.el (mouse-menu-non-singleton): Use it.
1862 (mouse-major-mode-menu): Remove hack made unnecessary.
1863
1864 * simple.el (set-fill-column): Prompt rather than error by default.
1865
1866 2008-04-04 Andreas Schwab <schwab@suse.de>
1867
1868 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1869 Reset new-rules after each round.
1870
1871 * Makefile.in (cal-autoloads): New target.
1872 (compile, compile-always, recompile): Depend on it.
1873 ($(lisp)/calendar/cal-loaddefs.el)
1874 ($(lisp)/calendar/diary-loaddefs.el)
1875 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
1876
1877 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
1878
1879 * ediff*.el: Replace load with require in eval-when-compile.
1880
1881 * ediff-hook: Delete all invocations of (autoload ...).
1882
1883 * ediff-util.el (ediff-setup): Make window-min-height a local variable
1884 in ediff control window, and set its min height to 2.
1885 (ediff-setup-control-buffer): Dedicate the control window.
1886 (ediff-toggle-multiframe): Undedicate control window.
1887 Work directly with ediff-setup-windows-multiframe and
1888 ediff-setup-windows-plain.
1889
1890 * ediff-wind (ediff-choose-window-setup-function-automatically):
1891 New function.
1892 (ediff-window-setup-function): Change initialization.
1893 (ediff-setup-windows-automatic): Delete.
1894 (ediff-setup-windows-plain-merge): Make control window dedicated.
1895 (ediff-destroy-control-frame): Do not skip frames if working in a
1896 single frame.
1897
1898 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
1899 eval-when-compile.
1900
1901 * emulation/viper-util.el: Move provide's forward, prevent recursion in
1902 eval-when-compile.
1903
1904 2008-04-04 Glenn Morris <rgm@gnu.org>
1905
1906 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
1907 calendar-absolute-from-bahai. Update callers, keep old name as alias.
1908
1909 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
1910 Rename islamic-calendar-leap-year-p. Update callers.
1911 (calendar-islamic-last-day-of-month):
1912 Rename islamic-calendar-last-day-of-month. Update callers.
1913 (calendar-islamic-day-number):
1914 Rename islamic-calendar-day-number. Update callers.
1915 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
1916 Update callers, keep old name as alias.
1917 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
1918 Update callers, keep old name as alias.
1919 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
1920 Keep old name as alias.
1921 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
1922 Update callers, keep old name as alias.
1923 (calendar-islamic-mark-date-pattern):
1924 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
1925 name as alias.
1926 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
1927 Keep old name as alias.
1928 (diary-islamic-insert-monthly-entry):
1929 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
1930 (diary-islamic-insert-yearly-entry):
1931 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
1932
1933 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
1934 calendar-absolute-from-iso. Update callers, keep old name as alias.
1935 (calendar-iso-print-date): Rename calendar-print-iso-date.
1936 Update callers, keep old name as alias.
1937 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
1938 Keep old name as alias.
1939 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
1940 Keep old name as alias.
1941
1942 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
1943 calendar-absolute-from-julian. Update callers, keep old name as alias.
1944 (calendar-julian-print-date): Rename calendar-print-julian-date.
1945 Update callers, keep old name as alias.
1946 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
1947 Update callers, keep old name as alias.
1948 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
1949 Update callers, keep old name as alias.
1950 (calendar-astro-print-day-number):
1951 Rename calendar-print-astro-day-number. Update callers, keep old
1952 name as alias.
1953 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
1954 Update callers, keep old name as alias.
1955
1956 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
1957 Rename calendar-string-to-mayan-long-count. Update callers.
1958 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
1959 Update callers, keep old name as alias.
1960 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
1961 Update callers.
1962 (calendar-mayan-read-tzolkin-date):
1963 Rename calendar-read-mayan-tzolkin-date. Update callers.
1964 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
1965 Keep old name as alias.
1966 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
1967 Keep old name as alias.
1968 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
1969 Keep old name as alias.
1970 (calendar-mayan-previous-tzolkin-date):
1971 Rename calendar-previous-tzolkin-date. Keep old name as alias.
1972 (calendar-mayan-next-round-date):
1973 Rename calendar-next-calendar-round-date. Keep old name as alias.
1974 (calendar-mayan-previous-round-date):
1975 Rename calendar-previous-calendar-round-date. Keep old name as alias.
1976 (calendar-mayan-long-count-to-absolute): Rename
1977 calendar-absolute-from-mayan-long-count. Keep old name as alias.
1978 (calendar-mayan-goto-long-count-date):
1979 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
1980
1981 * calendar/cal-persia.el (calendar-persian-month-name-array):
1982 Rename persian-calendar-month-name-array. Update callers.
1983 (calendar-persian-epoch): Rename persian-calendar-epoch.
1984 Update callers.
1985 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
1986 Update callers.
1987 (calendar-persian-last-day-of-month):
1988 Rename persian-calendar-last-day-of-month. Update callers.
1989 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
1990 Update callers, keep old name as alias.
1991 (calendar-persian-print-date): Rename calendar-print-persian-date.
1992 Update callers, keep old name as alias.
1993 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
1994 Keep old name as alias.
1995
1996 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
1997 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
1998 * calendar/solar.el: Update for cal-julian name changes.
1999
2000 * calendar/cal-dst.el: Update for persian name changes.
2001
2002 * calendar/cal-menu.el, calendar/calendar.el:
2003 Update for islamic, iso, julian, mayan, persian name changes.
2004
2005 * calendar/diary-lib.el: Update for islamic name changes.
2006
2007 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
2008 Rename all-hebrew-calendar-holidays. Update callers, keep old name
2009 as alias.
2010 (calendar-christian-all-holidays-flag):
2011 Rename all-christian-calendar-holidays. Update callers, keep old
2012 name as alias.
2013 (calendar-islamic-all-holidays-flag):
2014 Rename all-islamic-calendar-holidays. Update callers, keep old
2015 name as alias.
2016 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
2017 Update callers, keep old name as alias.
2018 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
2019 Update for the above name changes.
2020
2021 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
2022
2023 * hilit-chg.el (global-highlight-changes-mode)
2024 (highlight-changes-passive-string, highlight-changes-active-string):
2025 Mark as obsolete since 23.1, not 22.1.
2026
2027 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * hilit-chg.el (highlight-changes-visibility-initial-state)
2030 (hilit-chg-update, highlight-changes-mode-turn-on):
2031 Fix typos in docstrings.
2032
2033 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
2034
2035 * newcomment.el (comment-enter-backward): Be careful to restore
2036 position changed during narrowing.
2037
2038 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
2039
2040 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2041 Recognize `sub ($$)'.
2042
2043 2008-04-03 Richard Sharman <rsharman@pobox.com>
2044
2045 * hilit-chg.el (highlight-changes-mode): Rename from
2046 highlight-changes; no longer uses sub-modes active and passive;
2047 implemented by define-minor-mode.
2048 (highlight-changes-toggle-visibility): New function, to replace
2049 the old passive/active submodes of global-highlight-changes-mode;
2050 implemented by define-minor-mode.
2051 (global-highlight-changes-mode): Rename from global-highlight-changes;
2052 rewrite using define-globalized-minor-mode.
2053 (hilit-chg-major-mode-hook, hilit-chg-check-global)
2054 (hilit-chg-post-command-hook, hilit-chg-check-global)
2055 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
2056 to use of define-globalized-minor-mode.
2057 (highlight-changes-global-initial-state): Change to be boolean.
2058 (highlight-changes-visible-string, highlight-changes-invisible-string):
2059 Rename from highlight-changes-active-string and
2060 highlight-changes-passive-string.
2061 (hilit-chg-update, hilit-chg-set): Use them.
2062 (global-highlight-changes-mode): Rename from global-highlight-changes.
2063 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
2064 docstring.
2065 (hilit-chg-hide-changes): Rewrite to use dolist.
2066 (hilit-chg-set-face-on-change, hilit-chg-update)
2067 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
2068 variable instead of testing highlight-changes-mode.
2069 (highlight-markup-buffers): Add reuire ediff-util; argument on calls
2070 to highlight-changes-mode changed.
2071 (highlight-compare-with-file): Fix problems with interactive
2072 call giving invalid default file.
2073
2074 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
2075
2076 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2077 Fix in disassembly buffer (regression in 22.2).
2078
2079 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
2080
2081 * emulation/viper-macs.el (viper-read-fast-keysequence):
2082 Use viper-read-event instead of viper-read-key.
2083
2084 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
2085
2086 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
2087 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
2088 let-statements.
2089
2090 * emulation/viper-ex.el, emulation/viper-macs.el:
2091 * emulation/viper-mous.el:
2092 Replace load with require in eval-when-compile.
2093
2094 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2095
2096 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
2097
2098 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
2099 (archive-try-jka-compr): New function.
2100 (archive-set-buffer-as-visiting-file): Use it.
2101
2102 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
2103
2104 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * simple.el (handle-shift-selection): New arg.
2107
2108 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
2111
2112 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
2113
2114 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * shell.el (shell-dynamic-complete-filename): New fun.
2117 (shell-dynamic-complete-functions): Use it.
2118
2119 * help-fns.el (describe-variable): Undo 2008-02-25 change.
2120
2121 2008-04-03 Kenichi Handa <handa@m17n.org>
2122
2123 * international/fontset.el (create-fontset-from-x-resource):
2124 Handle the error of X resource more gracefully.
2125
2126 * international/latin1-disp.el (latin1-display): Don't use make-char.
2127 Fix the argument to set-char-table-range.
2128 (latin1-display-identities): Don't use make-char.
2129 (latin1-display-reset): Use map-charset-chars instead of directly
2130 calling standard-display-default.
2131 (latin1-display-check-font): Don't use make-char.
2132 (latin1-display-setup): Likewise.
2133 (latin1-display-ucs-per-lynx): Likewise.
2134
2135 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
2138 name the fields, to make the code clearer.
2139 Rewrite all `aset' and `aref' using the defined accessors.
2140 (timer--time): New pseudo-field.
2141 (timer-set-time, timer-set-idle-time, timer-inc-time)
2142 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
2143 (timer--time-less-p): New function.
2144 (timer--activate): New function, extracted from timer-activate.
2145 (timer-activate-when-idle, timer-activate): Use it.
2146 (cancel-function-timers): Use dolist.
2147
2148 2008-04-03 Glenn Morris <rgm@gnu.org>
2149
2150 * add-log.el (c-beginning-of-defun, c-end-of-defun):
2151 Remove declarations; no longer used.
2152 (c-cpp-define-name, c-defun-name): Declare as functions.
2153
2154 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
2155 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
2156
2157 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
2158 (holiday-passover-etc, holiday-hanukkah): Doc fix.
2159 Add optional argument. Simplify.
2160 (holiday-tisha-b-av-etc): Use memq rather than unless.
2161 (holiday-julian): Autoload it.
2162 (holiday-hebrew-misc): New function.
2163
2164 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
2165
2166 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
2167 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
2168 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
2169 all-hebrew-calendar-holidays.
2170 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
2171 Simplify using new functions.
2172 (calendar-holidays): Doc fix.
2173 (generate-calendar-window): Use bound-and-true-p.
2174
2175 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
2176
2177 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
2178 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
2179 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
2180 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
2181
2182 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
2183
2184 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
2187
2188 * vc-bzr.el (vc-bzr-checkout): Simplify.
2189
2190 * image-mode.el (image-mode-fit-frame): New command.
2191
2192 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
2193 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
2194 (keyboard-escape-quit): Check region-active-p i.s.o
2195 transient-mark-mode.
2196
2197 2008-04-02 Simon Josefsson <simon@josefsson.org>
2198
2199 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
2200 (imap-message-copyuid-1): Use it.
2201 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
2202 J. Williams in
2203 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2204
2205 2008-04-02 Alan Mackenzie <acm@muc.de>
2206
2207 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
2208 New optimised functions to get the name of the current defun/macro.
2209
2210 * add-log.el (add-log-current-defun): Move the functionality which
2211 gets the current function name for C like modes to cc-cmds.el,
2212 thus optimising for speed.
2213
2214 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
2215
2216 * simple.el (deactivate-mark): When the mark is temporarily
2217 active, restore the original value of transient-mark-mode.
2218 (set-mark-command): First deactivate the mark if was temporarily active.
2219 (exchange-point-and-mark): Reactivate the mark if it was
2220 temporarily active.
2221 (handle-shift-selection): New fun.
2222 (transient-mark-mode): Move var documentation here from buffer.c.
2223 (next-line, previous-line, backward-word, move-end-of-line)
2224 (move-beginning-of-line, forward-to-indentation)
2225 (backward-to-indentation, back-to-indentation)
2226 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
2227
2228 * mouse.el (mouse-set-region-1): Save the old value of
2229 transient-mark-mode.
2230 (mouse-drag-track): Ignore the now-obsolete value `identity' for
2231 transient-mark-mode.
2232
2233 * textmodes/paragraphs.el (forward-paragraph)
2234 (backward-paragraph, forward-sentence, backward-sentence): Add ^
2235 interactive spec.
2236
2237 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
2238
2239 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp.el (tramp-make-tramp-temp-file):
2242 Use `tramp-drop-volume-letter' for the local file name part.
2243
2244 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2245
2246 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
2247 Add menu entries corresponding to all the key bindings.
2248
2249 * emacs-lisp/debug.el (debugger-mode-map):
2250 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
2251 (conf-align-assignments): Only work on the region if it is active.
2252 (conf-quote-normal): Use when instead of if. Remove redundant test.
2253
2254 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2255 for tracing and re-builder.
2256
2257 2008-04-02 Glenn Morris <rgm@gnu.org>
2258
2259 * calendar/appt.el (appt-disp-window-function): Doc fix.
2260 (appt-display-message): Move beep before display.
2261 (appt-check): Make interactive. Reduce the number of lets.
2262 Use string-equal to compare mode-line strings.
2263 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
2264 read-only.
2265 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
2266 (appt-delete): Simplify.
2267
2268 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
2269
2270 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
2271
2272 * calendar/cal-hebrew.el (list-yahrzeit-dates):
2273 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
2274 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
2275
2276 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
2277 (calendar-holiday-marker, mark-visible-calendar-date):
2278 * calendar/diary-lib.el (fancy-diary-display):
2279 Check for font-lock-mode before using faces.
2280
2281 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
2282 (calendar-gregorian-from-absolute): Reduce the number of lets.
2283 (hebrew-holidays-4, generate-calendar-window): Simplify.
2284 (calendar-for-loop): Make obsolete.
2285 (calendar-nth-named-day): Doc fix.
2286
2287 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
2288 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
2289 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
2290 Reduce the number of lets.
2291 (mark-sexp-diary-entries, calendar-mark-complex):
2292 Expand calendar-for-loops.
2293
2294 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
2295
2296 * find-dired.el (find-dired-filter): Fix last patch to handle
2297 multi-line process input. Pad link numbers too.
2298
2299 2008-04-01 Jari Aalto <jari.aalto@cante.net>
2300
2301 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
2302
2303 2008-04-01 Jason Rumney <jasonr@gnu.org>
2304
2305 * international/characters.el (script-list): Add phonetic script,
2306 covering IPA (previously Latin), Phonetic Extensions and
2307 Phonetic Extensions Supplement (both previously unassigned).
2308
2309 * international/fontset.el (setup-default-fontset): Use unicode fonts
2310 that cover bopomofo script for bopomofo.
2311 Likewise for braille and mathematical.
2312 Use unicode scripts that cover the phonetic script for IPA.
2313
2314 2008-04-01 Johan Bockgård <bojohan@gnu.org>
2315
2316 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
2317 return the assigned value.
2318
2319 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2320
2321 * abbrev.el (abbrev-mode): Use define-minor-mode.
2322
2323 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
2324 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
2325 Use map-keymap.
2326 (minor-mode-menu-from-indicator): Use it. Simplify.
2327
2328 * bindings.el (mode-line-mode-menu): Move before (new) first use.
2329 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
2330 Bind the key directly to the menu.
2331 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
2332
2333 2008-04-01 Daiki Ueno <ueno@unixuser.org>
2334
2335 * epa.el (epa-decrypt-region): Explain the reason why this
2336 function should not be used in Lisp programs.
2337 (epa-decrypt-armor-in-region): Ditto.
2338 (epa-verify-region): Ditto.
2339 (epa-verify-cleartext-in-region): Ditto.
2340 (epa-sign-region): Ditto.
2341 (epa-encrypt-region): Ditto.
2342
2343 * epg.el (epg-start-receive-keys): Fix typo in docstring.
2344
2345 * epa.el (epa-select-keys): Show menu even if there is no key in
2346 GnuPG's keyring.
2347
2348 2008-04-01 Glenn Morris <rgm@gnu.org>
2349
2350 * calendar/calendar.el (calendar-make-temp-face): New function.
2351 (mark-visible-calendar-date):
2352 * calendar/diary-lib.el (fancy-diary-display): Use it.
2353
2354 * vc-hooks.el (vc-responsible-backend): Declare as function.
2355
2356 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
2357 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
2358 * calendar/cal-julian.el (holiday-julian): Use it.
2359
2360 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
2361 (calendar-hebrew-date-is-visible-p): Extract some common code into
2362 separate function.
2363 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
2364
2365 * calendar/cal-menu.el (cal-menu-holidays-menu):
2366 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
2367 rather than obsolete alias.
2368
2369 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
2370 for mark characters.
2371 (calendar-unmark): Unmark by removing all overlays, rather than
2372 redrawing.
2373 (calendar-starred-day): Remove.
2374 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
2375 (calendar-cursor-to-date): No need for special star handling now
2376 using overlays.
2377 (calendar-star-date): Use overlays.
2378
2379 * calendar/cal-french.el (calendar-goto-french-date):
2380 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
2381 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
2382 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
2383 * calendar/cal-persia.el (calendar-persian-date-string):
2384 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2385 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
2386 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
2387 * calendar/solar.el (solar-equinoxes-solstices):
2388 Reduce nesting of some lets.
2389
2390 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
2391 (calendar-goto-mayan-long-count-date): Simplify.
2392
2393 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
2394 Simplify by using mapcar.
2395 (calendar-list-holidays): Return holiday-list.
2396 (list-holidays): Use let rather than let*. Remove un-needed locals
2397 `d', `never'.
2398 (calendar-check-holidays): Return result from dolist.
2399 (holiday-float): Use a single let*. Simplify if-and to and.
2400 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
2401 single let*.
2402
2403 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
2404
2405 * calc/calc.el: Autoload `calc-yank'.
2406 (calc-mode-map): Add keybindings for `calc-yank'.
2407 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
2408 assignments for `calc-yank'.
2409
2410 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
2411
2412 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
2413 (vc-status-mark-buffer-changed): Handle the extra field.
2414
2415 * vc-bzr.el (vc-bzr-after-dir-status):
2416 * vc-cvs.el (vc-cvs-after-dir-status):
2417 * vc-hg.el (vc-hg-after-dir-status):
2418 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
2419
2420 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * doc-view.el: Compute displayed pages first (in PDF).
2423 (doc-view-current-converter-processes): Rename from
2424 doc-view-current-converter-process. Update users.
2425 (doc-view-sentinel): Test buffer's liveness.
2426 (doc-view-pdf/ps->png-sentinel): Remove.
2427 (doc-view-start-process): New function.
2428 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2429 (doc-view-ps->pdf): Use it.
2430 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
2431 New functions.
2432 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
2433 (doc-view-mode): Kill the processes when leaving the mode.
2434
2435 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
2438 Use `byte-compile-warning-types'. Add docstring.
2439
2440 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
2443 (smerge-resolve): Add various resolution heuristics.
2444
2445 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
2446 in 3-way conflicts.
2447
2448 2008-03-31 Glenn Morris <rgm@gnu.org>
2449
2450 * calendar/cal-bahai.el (diary-bahai-mark-entries):
2451 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2452 * calendar/cal-islam.el (mark-islamic-diary-entries):
2453 Fix argument order in call to diary-mark-entries-1.
2454
2455 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
2456 pre-Bahai dates.
2457 (holiday-bahai): Use an algorithm actually relevant to this calendar
2458 system.
2459
2460 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
2461
2462 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
2463 Use and.
2464
2465 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
2466 in the last fortnight in Julian October.
2467
2468 * calendar/calendar.el (increment-calendar-month): Optionally handle
2469 systems without 12 months per year.
2470
2471 (calendar-date-is-visible-p): Doc fix. Simplify.
2472
2473 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
2474 from dolist.
2475
2476 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
2477
2478 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
2479 (hi-lock-unload-function): New function.
2480
2481 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
2484 overwriting when NEWNAME is a local file.
2485
2486 * net/trampver.el: Update release number.
2487
2488 2008-03-30 Alexandre Julliard <julliard@winehq.org>
2489
2490 * vc-git.el: Make vc-status display information about copies,
2491 renames and permission changes.
2492 (vc-git-extra-fileinfo): New defstruct.
2493 (vc-git-escape-file-name, vc-git-file-type-as-string)
2494 (vc-git-rename-as-string, vc-git-permissions-as-string)
2495 (vc-git-status-printer): New functions.
2496 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
2497 (vc-git-after-dir-status-stage1): Look for copies, renames and
2498 permission changes.
2499 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
2500 (vc-git-dir-status): Ask for staged files and renames.
2501
2502 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2503
2504 * vc.el: Allow backends to display backend specific information in
2505 the vc-status listing.
2506 (vc-status-fileinfo): Add a field for backend specific information.
2507 (vc-status-printer): Rename to ...
2508 (vc-default-status-printer): ... this.
2509 (vc-status-printer): New function.
2510 (vc-update-vc-status-buffer): Set the backend specific file info
2511 if provided.
2512
2513 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * textmodes/remember.el (remember-diary-convert-entry): Revert last
2516 change (ill-conceived).
2517
2518 2008-03-29 Glenn Morris <rgm@gnu.org>
2519
2520 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
2521 * calendar/cal-julian.el (holiday-julian): Simplify.
2522
2523 * calendar/holidays.el (list-holidays): Use or.
2524
2525 2008-03-29 Juri Linkov <juri@jurta.org>
2526
2527 * window.el (split-window-preferred-horizontally): New function.
2528
2529 * cus-start.el (split-window-preferred-function):
2530 Set choice for "vertically" to nil instead of split-window.
2531 Set choice for "horizontally" to split-window-preferred-horizontally
2532 instead of lambda.
2533
2534 2008-03-29 Juri Linkov <juri@jurta.org>
2535
2536 * simple.el (minibuffer-default-add-function): New variable with
2537 the default to minibuffer-default-add-completions.
2538 (minibuffer-default-add-done): New variable. Make it buffer-local.
2539 (minibuffer-default-add-completions): New function.
2540 (goto-history-element): Set minibuffer-default-add-done to t and
2541 call a function in minibuffer-default-add-function when the
2542 specified absolute history position is greater than the length of
2543 the minibuffer-default list and minibuffer-default-add-done is nil.
2544 Change "^End of history; no next item$" to "^End of defaults;
2545 no next item$".
2546
2547 * bindings.el (debug-ignored-errors): Change "^End of history;
2548 no next item$" to "^End of defaults; no next item$".
2549
2550 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
2553
2554 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
2555 to with-no-warnings.
2556
2557 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
2558
2559 Sync with Tramp 2.1.13.
2560
2561 * net/tramp-ftp.el: Require 'cl when byte-compiling.
2562
2563 * net/trampver.el: Update release number.
2564
2565 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2566
2567 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
2568 the current backend.
2569
2570 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
2571 (vc-status-refresh): Create a temporary buffer and call the
2572 `dir-status' backend function from that buffer.
2573
2574 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
2575 (vc-bzr-after-dir-status): Don't kill the buffer.
2576
2577 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
2578 (vc-cvs-after-dir-status): Don't kill the buffer.
2579
2580 * vc-git.el (vc-git-dir-status): Don't create a buffer.
2581 (vc-git-after-dir-status-stage2): Don't kill the buffer.
2582
2583 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
2584 (vc-hg-after-dir-status): Don't kill the buffer.
2585
2586 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
2587 (vc-svn-after-dir-status): Don't kill the buffer.
2588
2589 2008-03-29 Glenn Morris <rgm@gnu.org>
2590
2591 * calendar/calendar.el (diary-file, american-date-diary-pattern)
2592 (european-date-diary-pattern, european-calendar-display-form)
2593 (american-calendar-display-form, diary-display-hook): Doc fixes.
2594 (european-calendar-style): Doc fix. Use calendar-set-date-style for
2595 custom :set. Mark as obsolete.
2596 (calendar-date-style, iso-date-diary-pattern)
2597 (iso-calendar-display-form): New user variables.
2598 (diary-date-forms, calendar-date-display-form): Set using
2599 calendar-date-style. Doc fix.
2600 (calendar-set-date-style): New command.
2601 (european-calendar, american-calendar): Use calendar-set-date-style.
2602 Mark as obsolete.
2603
2604 * calendar/diary-lib.el (number): Move declaration where needed.
2605 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
2606 (diary-make-date): New function.
2607 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
2608 Use diary-make-date.
2609 (diary-date-display-form, diary-insert-entry-1): New functions.
2610 (insert-monthly-diary-entry, insert-yearly-diary-entry):
2611 Use diary-insert-entry-1.
2612 (insert-anniversary-diary-entry, insert-block-diary-entry)
2613 (insert-cyclic-diary-entry): Use diary-date-display-form.
2614
2615 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
2616 Autoload diary-insert-entry-1.
2617 * calendar/cal-bahai.el (diary-bahai-insert-entry)
2618 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
2619 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
2620 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
2621 * calendar/cal-islam.el (insert-islamic-diary-entry)
2622 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
2623 Use diary-insert-entry-1.
2624
2625 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
2626 (diary-yahrzeit): Doc fix. Use diary-make-date.
2627
2628 * calendar/icalendar.el (icalendar--datetime-to-american-date):
2629 New name for icalendar--datetime-to-noneuropean-date. Make old name
2630 obsolete alias.
2631 (icalendar--datetime-to-iso-date): New function.
2632 (icalendar--datetime-to-diary-date): Doc fix. Respect
2633 calendar-date-style if bound.
2634
2635 * textmodes/remember.el (remember-diary-convert-entry):
2636 Respect calendar-date-style if bound.
2637
2638 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
2641 (xterm-mouse-handle-delete-frame): Delete.
2642
2643 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
2644 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
2645 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
2646 in xterm-modify-other-keys-terminal-list.
2647
2648 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
2649 are conflicts.
2650
2651 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 * vc.el (vc-update): Check if the buffer is unsaved only if it
2654 actually exists.
2655 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
2656 vc-print-log.
2657
2658 2008-03-28 Magnus Henoch <mange@freemail.hu>
2659
2660 * net/dns.el (dns-write): Use set-buffer-multibyte.
2661
2662 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * vc-bzr.el (vc-bzr-sha1): New fun.
2665 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
2666 (vc-bzr-registered): Use it.
2667
2668 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2669
2670 * vc.el (vc-status-kill-dir-status-process): Simplify.
2671 (vc-status-refresh): Make sure the buffer is live.
2672 (ring): Don't require it, not used.
2673
2674 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
2675
2676 * progmodes/verilog-mode.el (verilog-auto-inout-module):
2677 Add optional regular expression to AUTOINOUTMODULE.
2678 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
2679 (verilog-auto-inst-param, verilog-auto-reg)
2680 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
2681 (verilog-auto-output-every, verilog-auto-input)
2682 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
2683 (verilog-auto-unused, verilog-auto): Update documentation to use
2684 more obvious instance module names versus cell names.
2685
2686 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
2687
2688 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
2689 kill if a process is running.
2690
2691 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
2692
2693 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
2694
2695 * vc.el: Add new backend function 'status-extra-headers.
2696 (vc-default-status-extra-headers): New function.
2697 (vc-status-headers): Call 'status-extra-headers. Add colors.
2698
2699 * vc-git.el (vc-git-status-extra-headers): New function.
2700
2701 2008-03-28 Glenn Morris <rgm@gnu.org>
2702
2703 * calendar/cal-menu.el (cal-menu-holidays-menu)
2704 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2705 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
2706 holiday-list is optional.
2707 (calendar-mouse-holidays): Remove un-needed local `l'.
2708
2709 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2710 Remove un-needed local `date'.
2711 (calendar-cursor-to-visible-date): Use let rather than let*.
2712 Remove un-needed local `first-of-month-weekday'.
2713
2714 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
2715
2716 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
2717 Doc fixes.
2718 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
2719 (diary-header-line-flag, diary-header-line-format): Declare.
2720 (diary-pull-attrs): Check for multiple matches.
2721 (diary-list-entries-2): Simplify finding start of date.
2722 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
2723 pop-up-frames.
2724 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
2725 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
2726
2727 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
2728
2729 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
2730
2731 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
2732
2733 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
2736
2737 * image-mode.el (image-mode-reapply-winprops): Fix last change.
2738
2739 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
2740
2741 * international/mule-conf.el (define-iso-single-byte-charset):
2742 Don't make latin-iso8859-* supplementary.
2743 (#'set-charset-priority): Don't change the priority of charsets
2744 `unicode' and `emacs'.
2745
2746 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
2749 temp buffer.
2750
2751 2008-03-27 Glenn Morris <rgm@gnu.org>
2752
2753 * calendar/cal-bahai.el (diary-bahai-list-entries):
2754 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
2755 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
2756
2757 * calendar/calendar.el (diary-file): Doc fix.
2758
2759 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
2760 (list-diary-entries-hook, mark-diary-entries-hook)
2761 (include-other-diary-files, diary-mail-entries)
2762 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
2763 (diary-set-header): New function.
2764 (diary-header-line-flag, diary-header-line-format):
2765 Use diary-set-header for custom :set function.
2766 (diary-set-maybe-redraw): Use symbol-value rather than eval.
2767 (diary-attrtype-convert): Use intern-soft rather than read.
2768 (diary-display-no-entries): New function.
2769 (simple-diary-display, fancy-diary-display): Use it.
2770 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
2771 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
2772
2773 * calendar/holidays.el (list-holidays): Doc fix.
2774
2775 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
2776
2777 * calc/calc-store.el (calc-read-var-name-history): New variable.
2778 (calc-read-var-name): Use `calc-read-var-name-history'.
2779
2780 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * image-mode.el (image-mode-reapply-winprops): Simplify now that
2783 window-configuration-change-hook works buffer-locally.
2784
2785 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2786
2787 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
2788 for Emacs Lisp, not Lisp.
2789
2790 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * help-fns.el (describe-function-1, describe-variable):
2793 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
2794
2795 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
2796 replacement is provided, don't print "use nil instead".
2797
2798 2008-03-26 Johan Bockgård <bojohan@gnu.org>
2799
2800 * complete.el (PC-do-completion): Use regexp-quote.
2801
2802 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
2803
2804 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
2805 Detect missing files.
2806
2807 * vc-git.el (vc-git-extra-menu-map): New key map.
2808 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
2809 New functions.
2810
2811 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
2812 and 'missing files.
2813
2814 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * calendar/holidays.el (list-holidays): Make Y2 optional.
2817
2818 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
2819 buffers shown to the user.
2820 (appt-disp-window): Disable undo explicitly now that the leading space
2821 is gone.
2822
2823 * simple.el (activate-mark): New function.
2824 (set-mark-command): Use it with region-active-p to clean up the code.
2825 (exchange-point-and-mark): Invert the meaning of C-u when
2826 transient-mark-mode is active.
2827
2828 * dired-aux.el (dired-create-files): Use dolist.
2829
2830 * bindings.el (mode-line-change-eol): Use with-selected-window.
2831
2832 * apropos.el (apropos-command): Include macros.
2833
2834 2008-03-26 Glenn Morris <rgm@gnu.org>
2835
2836 * calendar/cal-bahai.el: Require calendar, not cal-julian.
2837 (calendar-bahai-epoch): Doc fix.
2838
2839 * calendar/cal-china.el: Explicitly require calendar.
2840
2841 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
2842 Require calendar rather than cal-julian.
2843 Autoload calendar-absolute-from-julian.
2844 * calendar/cal-coptic.el (coptic-calendar-epoch):
2845 * calendar/cal-islam.el (calendar-islamic-epoch):
2846 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
2847
2848 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
2849
2850 * calendar/cal-dst.el: Don't require cal-persia.
2851 (calendar-absolute-from-persian): Autoload it.
2852 (dst-adjust-time): Doc fix.
2853
2854 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
2855 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
2856 calendar.
2857
2858 * calendar/cal-menu.el: Require calendar rather than declaring
2859 functions.
2860 * calendar/calendar.el: Provide calendar before requiring cal-menu.
2861
2862 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
2863 calendar-after-frame-setup-hooks. Update callers, make old name an
2864 obsolete alias. Doc fix.
2865 (calendar-frame-1): Doc fix.
2866
2867 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
2868
2869 * calendar/calendar.el (oriental-holidays, solar-holidays):
2870 * calendar/holidays.el (list-holidays): Assume atan always bound.
2871
2872 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
2873 Explicitly require calendar, not cal-julian.
2874 * calendar/lunar.el: Explicitly require cal-dst.
2875
2876 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
2879
2880 * help-fns.el (describe-function-1, describe-variable): If no
2881 replacement is provided, don't print "use nil instead".
2882
2883 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2884
2885 * proced.el: New file.
2886
2887 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2888
2889 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
2890
2891 2008-03-25 Juri Linkov <juri@jurta.org>
2892
2893 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
2894 in battery-mode-line-format.
2895
2896 * bindings.el (minibuffer-local-map): For the command
2897 file-cache-minibuffer-complete replace keymap minibuffer-local-map
2898 with map which is already locally bound to minibuffer-local-map.
2899
2900 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
2903 Remove `sort-first' argument.
2904
2905 * subr.el (redisplay-end-trigger-functions)
2906 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
2907 (process-filter-multibyte-p, set-process-filter-multibyte):
2908 Mark as obsolete.
2909
2910 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
2911
2912 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
2913 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
2914 use the LOCAL arg of `add-hook'.
2915 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
2916 Remove spurious * from defcustom docstrings.
2917 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
2918 Fix typos in messages.
2919 (reb-mode-buffer-p): New function.
2920 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
2921 (top, reb-show-subexp, reb-auto-update, reb-auto-update)
2922 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
2923 (reb-update-overlays): Use `unless', `when'.
2924 (re-builder-unload-function): New function.
2925
2926 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * vc-hooks.el (vc-state): Add documentation for 'missing.
2929
2930 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
2931
2932 * progmodes/verilog-mode.el (verilog-auto-output)
2933 (verilog-auto-input, verilog-auto-inout, verilog-auto)
2934 (verilog-delete-auto): Add optional regular expression to
2935 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
2936 (verilog-signals-matching-regexp): New internal function for
2937 signal matching.
2938
2939 2008-03-25 Johan Bockgård <bojohan@gnu.org>
2940
2941 * info.el (Info-isearch-search): Always return point.
2942
2943 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * diff-mode.el (diff-remembered-defdir): New var.
2946 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
2947
2948 2008-03-25 Glenn Morris <rgm@gnu.org>
2949
2950 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
2951 calendar-bahai-prompt-for-date. Update callers, make old name an
2952 obsolete alias. Doc fix.
2953 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
2954 coptic-prompt-for-date. Update callers, make old name an
2955 obsolete alias. Doc fix.
2956 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
2957 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
2958 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
2959 calendar-islamic-prompt-for-date. Update callers. Doc fix.
2960 * calendar/cal-iso.el (calendar-iso-read-date): New name for
2961 calendar-iso-read-args. Update callers, make old name an obsolete
2962 alias.
2963 * calendar/cal-persia.el (calendar-persian-read-date): New name for
2964 persian-prompt-for-date. Update callers, make old name an
2965 obsolete alias. Doc fix. Move definition before use.
2966
2967 * calendar/cal-x.el (diary-frame-parameters)
2968 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
2969 (calendar-frame-1): Doc fixes.
2970 (make-fancy-diary-buffer): Remove declaration.
2971 (calendar-dedicate-diary): Replace call to deleted function
2972 make-fancy-diary-buffer.
2973 (calendar-frame-setup): New function.
2974 (calendar-one-frame-setup, calendar-only-one-frame-setup)
2975 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
2976 work, and mark as obsolete.
2977 (special-display-buffer-names): Don't mess with this; it's not our
2978 business.
2979 (cal-x-load-hook): Defvar it, and mark as obsolete.
2980
2981 * calendar/calendar.el (calendar-remove-frame-by-deleting):
2982 Default to t. Add to 'calendar group.
2983 (calendar): Doc fix. Use calendar-frame-setup.
2984 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
2985 (generate-calendar-window): Doc fix.
2986
2987 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
2990
2991 2008-03-24 Drew Adams <drew.adams@oracle.com>
2992
2993 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
2994 New variables.
2995 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
2996 (finder-exit): Ignore errors rather than avoiding them.
2997 Kill *Finder-package* buffer also.
2998
2999 2008-03-24 Andreas Schwab <schwab@suse.de>
3000
3001 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
3002
3003 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * vc-hg.el (vc-hg-after-dir-status):
3006 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
3007
3008 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
3009 Detect removed files.
3010
3011 * vc.el (vc-status-printer): Use a different face for missing files.
3012 (vc-status-hide-up-to-date): Rename from
3013 vc-status-remove-up-to-date. Update all callers.
3014 (vc-status-mode-map): Bind C-m.
3015
3016 2008-03-24 Alexandre Julliard <julliard@winehq.org>
3017
3018 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
3019 code ...
3020 (vc-git--state-code): ... to this new function.
3021 (vc-git-state): Use it.
3022
3023 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
3024
3025 * textmodes/remember.el (remember-mail-date)
3026 (remember-store-in-mailbox): Write date and From line in such a
3027 way that Mutt can read it.
3028
3029 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * simple.el (transient-mark-mode): Turn on by default.
3032
3033 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
3036 'unregistered for unregistered files.
3037
3038 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
3039
3040 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
3041
3042 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
3043 subdirectories.
3044
3045 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
3046 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
3047 Add :enable for vc-status-refresh.
3048 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
3049 (vc-status-tool-bar-map): Add binding for
3050 vc-status-kill-dir-status-process.
3051 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
3052 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
3053 Reset vc-status-process-buffer.
3054 (vc-status-refresh): Don't run two refreshes at a time.
3055 (vc-status): If the buffer is already in vc-status-mode only refresh.
3056 (vc-status-mark-buffer-changed): Add an optional file parameter.
3057 (vc-resynch-buffer): Use it.
3058 (vc-delete-file): Expand the file name before using it.
3059 Be careful to not create a new buffer with the old file contents.
3060 Update the VC state after performing the operation.
3061
3062 2008-03-23 Andreas Schwab <schwab@suse.de>
3063
3064 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
3065 Fix radio button condition.
3066 [box]: Likewise.
3067 [customize]: Add radio button.
3068
3069 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
3070
3071 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
3072 (calc-user-parse-tables, calc-gnuplot-default-device)
3073 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3074 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3075 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3076 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
3077 (calc-undo-list, calc-redo-list, calc-main-buffer)
3078 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
3079 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
3080 (calc-said-hello, calc-executing-macro, calc-any-selections)
3081 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
3082 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
3083 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
3084 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
3085 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
3086 (calc-create-buffer, calc-quit): Add docstrings.
3087
3088 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
3089
3090 * makefile.w32-in (WINS_ALMOST): Add org.
3091
3092 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
3095 New functions to implement vc-status support.
3096
3097 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3098
3099 * vc.el (vc-status-prepare-status-buffer): New function.
3100 (vc-status): Use it.
3101
3102 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
3103 appropriate.
3104
3105 2008-03-22 Alexandre Julliard <julliard@winehq.org>
3106
3107 * vc-git.el (vc-git--empty-db-p)
3108 (vc-git-after-dir-status-stage1-empty-db): New functions.
3109 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
3110 Add support for empty repositories.
3111
3112 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * vc-git.el (vc-git-annotate-extract-revision-at-line):
3115 Allow "^" in a version name.
3116
3117 * vc-mtn.el (vc-mtn-state): Support the added state.
3118
3119 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
3120
3121 * org: New directory for Org-mode.
3122
3123 * org/org-export-latex.el: Moved from lisp/texmodes.
3124
3125 * org/org-irc.el: Moved from lisp/texmodes.
3126
3127 * org/org-mac-message.el: Moved from lisp/texmodes.
3128
3129 * org/org-mouse.el: Moved from lisp/texmodes.
3130
3131 * org/org-publish.el: Moved from lisp/texmodes.
3132
3133 2008-03-21 Juri Linkov <juri@jurta.org>
3134
3135 * comint.el (comint-dynamic-simple-complete):
3136 Use variable `stub' for the second arg `common-substring'
3137 of `comint-dynamic-list-completions'.
3138 (comint-dynamic-list-filename-completions):
3139 Use variable `filenondir' for the second arg `common-substring'
3140 of `comint-dynamic-list-completions'.
3141 (comint-dynamic-list-completions): Add new optional arg
3142 `common-substring'. Add `common-substring' as the second arg of
3143 the call to `display-completion-list'. Doc fix.
3144
3145 * comint.el (comint-dynamic-complete-as-filename)
3146 (comint-dynamic-list-filename-completions)
3147 (comint-dynamic-simple-complete): Use `minibuffer-message'
3148 to display message "No completions of %s" when a command
3149 is called in the minibuffer.
3150 (comint-dynamic-simple-complete): Don't display other
3151 completion messages when a command is called in the minibuffer.
3152 (comint-dynamic-list-completions): Use `minibuffer-message'
3153 to display message " [Type space to flush ...]" when a command
3154 is called in the minibuffer.
3155
3156 * shell.el (shell-dynamic-complete-command)
3157 (shell-dynamic-complete-environment-variable): Don't display
3158 completion messages when command is called in the minibuffer.
3159
3160 * emacs-lisp/lisp.el (lisp-complete-symbol):
3161 Use `minibuffer-message' to display message "No completions of %s"
3162 when this command is called in the minibuffer.
3163
3164 * bindings.el (standard-mode-line-modes): Put special help-echo
3165 tooltip on recursive edit %[ %] mode-line constructs.
3166
3167 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
3168 "^No dynamic expansion for .* found$" to allow error messages like
3169 "No dynamic expansion for \"%s\" found in this-buffer".
3170
3171 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
3174 "psftp".
3175
3176 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
3179 * vc.el (vc-default-dired-state-info): Use just "modified".
3180 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
3181 (vc-cvs-mode-line-string): Make use of the better default.
3182 (vc-cvs-parse-entry): Use the new `added'.
3183 (vc-cvs-dired-state-info): Remove.
3184 * vc-svn.el (vc-svn-dired-state-info): Remove.
3185 * vc-hg.el (vc-hg-dired-state-info): Remove.
3186 * vc-git.el (vc-git-dired-state-info): Remove.
3187
3188 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3189
3190 * vc-git.el (vc-git-status-result): New variable.
3191 (vc-git-dir-status): Split out ...
3192 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
3193 ... these new functions and work asynchronously.
3194
3195 2008-03-21 Alexandre Julliard <julliard@winehq.org>
3196
3197 * vc-git.el (vc-git-after-dir-status): Remove.
3198 (vc-git-dired-state-info): Reimplement.
3199
3200 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
3201
3202 * replace.el (occur-mode-map): Add :help.
3203
3204 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
3205 for disassemble.
3206
3207 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
3208 the 'added state.
3209 (vc-status-remove-up-to-date): New function.
3210 (vc-status-mode-map, vc-status-menu-map): Bind it.
3211 (vc-status-printer): Use a different face up-to-date files.
3212 (vc-resynch-buffer): Update the vc-status buffer if it exists.
3213 (Todo): Remove solved entries.
3214
3215 * vc-hg.el (vc-hg-state):
3216 * vc-git.el (vc-git-state):
3217 * vc-cvs.el (vc-cvs-parse-status):
3218 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
3219 state.
3220
3221 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * progmodes/compile.el (compile):
3224 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
3225
3226 * simple.el (minibuffer-local-shell-command-map): New var.
3227 (minibuffer-complete-shell-command, read-shell-command): New funs.
3228 (shell-command, shell-command-on-region): Use them.
3229
3230 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3231
3232 * vc.el (vc-status-mark-buffer-changed): New function to implement
3233 updating of the *vc-status* buffer when a buffer is saved.
3234 (vc-status-mode): Use it for after-change-hook.
3235 (vc-add-to-vc-status-buffer): Rename to ...
3236 (vc-status-add-entry): ... this.
3237 (Todo): Add new entry.
3238
3239 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
3242
3243 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
3246 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
3247 Remove spurious * from defcustom docstrings.
3248 (icomplete-compute-delay): Fix docstring and remove spurious *.
3249 (icomplete-delay-completions-threshold): Fix typo in docstring and
3250 remove spurious *.
3251 (icomplete-completions): While collecting the list of prospective
3252 candidates, don't overshoot `icomplete-prospects-length'.
3253
3254 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * textmodes/refbib.el:
3257 * textmodes/reftex.el:
3258 * textmodes/reftex-global.el:
3259 * textmodes/reftex-vars.el:
3260 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
3261 compiler pacifying defvars.
3262 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
3263 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
3264 not needed.
3265
3266 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
3267
3268 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
3269 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
3270 (verilog-customize, verilog-font-customize)
3271 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
3272 (verilog-mode): Update documentation strings to match tool tips.
3273 (verilog-auto-search-do, verilog-auto-re-search-do)
3274 (verilog-skip-forward-comment-or-string): Fix verilog-auto
3275 expansion when a .* appears inside a string.
3276 (verilog-re-search-forward, verilog-re-search-backward):
3277 Add comment to recall how this works.
3278 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
3279
3280 2008-03-20 Glenn Morris <rgm@gnu.org>
3281
3282 * calendar/calendar.el (calendar-other-dates): New function.
3283 (calendar-print-other-dates): Use calendar-other-dates.
3284 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
3285 the declarations it replaces.
3286 (calendar-mouse-print-dates): Use calendar-other-dates.
3287
3288 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
3289 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
3290 (calendar-absolute-from-bahai): Fix the leap-year case.
3291 (calendar-bahai-from-absolute): Re-use the Gregorian month.
3292 (calendar-bahai-date-string, calendar-bahai-print-date):
3293 Handle pre-Bahai dates.
3294
3295 * calendar/cal-china.el (chinese-calendar-celestial-stem)
3296 (chinese-calendar-terrestrial-branch): Make defcustoms.
3297
3298 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
3299 (calendar-mouse-view-diary-entries): Use or.
3300 (calendar-mouse-chinese-date): Remove unused command.
3301 (cal-menu-load-hook): Mark as obsolete.
3302
3303 * calendar/solar.el (calendar-location-name, calendar-latitude)
3304 (calendar-longitude, solar-arctan, sunrise-sunset)
3305 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
3306
3307 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3308
3309 * calc/calc.el: Remove outdated comments.
3310 (defcalcmodevar, calc-mode-var-list-restore-default-values)
3311 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
3312 Add docstrings.
3313
3314 2008-03-19 Jason Rumney <jasonr@gnu.org>
3315
3316 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
3317
3318 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
3319
3320 * net/tls.el (open-tls-stream): Reindent.
3321
3322 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/tramp.el (tramp-let-maybe): Removed.
3325 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
3326 It does not exist under XEmacs.
3327 (tramp-handle-file-truename, tramp-handle-expand-file-name)
3328 (tramp-completion-file-name-handler): Let-bind
3329 `directory-sep-char'.
3330
3331 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
3332 `directory-sep-char'.
3333
3334 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * help-fns.el (describe-function-1): Don't signal "missing arglist"
3337 for autoloaded keymaps.
3338
3339 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
3340 (electric-verilog-terminate-line, verilog-in-struct-region-p)
3341 (verilog-backward-ws&directives, verilog-forward-ws&directives)
3342 (verilog-in-comment-p, verilog-in-star-comment-p)
3343 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
3344 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
3345 (verilog-skip-forward-comment-or-string, verilog-in-paren)
3346 (verilog-skip-forward-comment-p): Use it.
3347
3348 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3349
3350 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
3351 (org-remember-templates, org-time-stamp-rounding-minutes)
3352 (org-back-over-empty-lines, org-find-base-buffer-visiting)
3353 (org-columns-new): Fix typos in docstrings.
3354
3355 2008-03-19 Glenn Morris <rgm@gnu.org>
3356
3357 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
3358 (tramp-handle-shell-command): Use condition-case rather than
3359 ignore-errors.
3360
3361 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * diff-mode.el (diff-header): Make the color louder.
3364 (diff-refine-change): Tone the color down.
3365
3366 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
3367
3368 * descr-text.el (describe-char): When `describe-char-unidata-list'
3369 is set to show all properties, list them in the right order.
3370
3371 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * international/mule.el (load-with-code-conversion): Avoid setting
3374 default-enable-multibyte-characters.
3375
3376 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
3377
3378 * vc.el (vc-annotate-background): Fix custom type.
3379
3380 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * descr-text.el (describe-char-unidata-list): Allow specifying
3383 just all properties.
3384 (describe-char): Handle that new value.
3385
3386 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
3387
3388 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3389
3390 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
3391 instead of file name extension to make docs with uncommon
3392 extensions work.
3393
3394 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
3395
3396 * doc-view.el (require): Require cl at compile time because
3397 `assert' needs it.
3398
3399 2008-03-18 Glenn Morris <rgm@gnu.org>
3400
3401 * calendar/calendar.el (initial-calendar-window-hook)
3402 (today-visible-calendar-hook): Doc fixes.
3403
3404 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * net/tramp.el (tramp-root-regexp): Simplify.
3407 (tramp-completion-file-name-regexp-separate): Don't insist on
3408 leading "[". This prevents method or user or host completion.
3409 (tramp-let-maybe): Autoload it.
3410 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
3411 is an alias for `identity'.
3412 (tramp-handle-write-region): Protect `last-coding-system-used'
3413 over the trailing statements.
3414 (tramp-completion-file-name-handler-post-function): Remove.
3415 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
3416 instead of calling `tramp-drop-volume-letter'.
3417
3418 * net/tramp.el:
3419 * net/tramp-uu.el:
3420 * net/trampver.el: Move coding cookie at the end.
3421
3422 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
3425 elements which may be something else than characters.
3426
3427 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
3428
3429 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
3430 New functions to implement vc-status support.
3431
3432 * vc.el (vc-default-extra-status-menu)
3433 (vc-add-to-vc-status-buffer): New functions.
3434
3435 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3436 for eldoc and ielm.
3437
3438 2008-03-17 Glenn Morris <rgm@gnu.org>
3439
3440 * calendar/cal-x.el (diary-frame-parameters)
3441 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
3442 Fix custom type; add options.
3443 (calendar-frame, diary-frame): Doc fixes.
3444 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
3445 new functions.
3446 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
3447 Use calendar-frame-1 and calendar-dedicate-diary.
3448 (calendar-one-frame-setup): Also handle only-one-frame case.
3449 (calendar-only-one-frame-setup): Doc fix. Just call
3450 calendar-one-frame-setup.
3451
3452 * calendar/diary-lib.el: Re-order some definitions before their use.
3453 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
3454 (diary-list-entries): Doc fixes.
3455 (make-fancy-diary-display): Remove function.
3456
3457 * calendar/calendar.el (calendar-today-marker)
3458 (initial-calendar-window-hook, today-visible-calendar-hook)
3459 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
3460 (calendar-star-date, calendar-mark-today): Doc fixes.
3461 (today-visible-calendar-hook): Add options.
3462 (calendar-in-read-only-buffer): New macro.
3463 (calendar-basic-setup): Adapt for change in calendar-read-date.
3464 Place holiday let inside if.
3465 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
3466 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
3467 (calendar-print-other-dates): Use one let rather than many.
3468
3469 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
3470 (calendar-print-other-dates):
3471 * calendar/cal-hebrew.el (list-yahrzeit-dates):
3472 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
3473 * calendar/holidays.el (calendar-list-holidays, list-holidays)
3474 (calendar-cursor-holidays):
3475 * calendar/lunar.el (calendar-phases-of-moon): Use
3476 calendar-in-read-only-buffer to replace previous code and disable undo.
3477
3478 2008-03-16 Juri Linkov <juri@jurta.org>
3479
3480 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
3481 and regexp-search-ring-yank-pointer for the HISTPOS argument of
3482 read-from-minibuffer to provide the correct initial minibuffer
3483 history position in isearch-edit-string when it is called from
3484 isearch-ring-adjust.
3485
3486 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
3487 to check if the current buffer is the minibuffer, and in this case
3488 call abort-recursive-edit to kill the minibuffer. Doc fix.
3489 (kill-this-buffer-enabled-p): Allow this function to return non-nil
3490 when the current buffer is the minibuffer.
3491
3492 * simple.el (goto-line): Leave mark at previous position. Doc fix.
3493
3494 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
3495
3496 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3497 Use non-nil PARENTS attribute of make-directory instead of
3498 explicitly checking existence the current cache directory.
3499
3500 2008-03-16 Daiki Ueno <ueno@unixuser.org>
3501
3502 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
3503 M-x epa-file-select-keys.
3504
3505 2008-03-16 Kenichi Handa <handa@m17n.org>
3506
3507 * international/mule.el (auto-coding-alist):
3508 Use no-conversion-multibyte for archive files.
3509
3510 2008-03-16 Glenn Morris <rgm@gnu.org>
3511
3512 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
3513 New functions.
3514 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
3515 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
3516 Use calendar-mark-1.
3517 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
3518 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
3519 Use calendar-mark-complex.
3520 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
3521 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
3522 Use calendar-mark-1.
3523
3524 * calendar/calendar.el (calendar-mod): Remove.
3525 * calendar/cal-china.el (calendar-chinese-from-absolute)
3526 (calendar-chinese-date-string): Expand calendar-mod calls.
3527 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
3528 Expand calendar-mod calls.
3529
3530 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
3531 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
3532 (diary-bahai-insert-yearly-entry): Use let rather than let*.
3533 Move obsolete aliases after the functions that replaced them.
3534
3535 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
3536 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
3537 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
3538 Use let rather than let*.
3539 (calendar-hebrew-prompt-for-date): New function.
3540 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
3541 (holiday-tisha-b-av-etc): Use unless, let.
3542
3543 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
3544 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
3545
3546 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
3547
3548 * calendar/calendar.el (calendar-for-loop): Add indent spec.
3549
3550 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
3551 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
3552 than concat.
3553 (diary): Remove un-needed let.
3554 (view-other-diary-entries): Rename argument.
3555 (diary-list-entries-2): New function.
3556 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
3557 (print-diary-entries): Use unless.
3558 (diary-mark-entries-1): Change argument order, make all but
3559 markfunc optional. Handle the standard (Gregorian) case.
3560 Use match-string-no-properties. Handle marks.
3561 (mark-diary-entries): Use diary-mark-entries-1.
3562 (diary-font-lock-keywords-1): New macro.
3563 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
3564
3565 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
3566
3567 * icalendar.el (icalendar-version): Increase to 0.18.
3568 (icalendar-export-hidden-diary-entries): New variable.
3569 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
3570 In case of error, insert full error-val.
3571 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
3572 Use calendar-day-of-week. Return the day number.
3573 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
3574
3575 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
3576
3577 * icalendar.el (icalendar-recurring-start-year): New variable.
3578 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
3579 (icalendar-export-region): Ignore hidden diary entries.
3580 (icalendar--convert-ordinary-to-ical): Fix case where event
3581 spans across midnight boundary.
3582 (icalendar-first-weekday-of-year): New function.
3583 (icalendar--convert-weekly-to-ical): Allow user-selectable start
3584 year for recurring events (Mozilla calendars do not propagate
3585 recurring events forever, so year 2000 start date was not working).
3586 (icalendar--convert-yearly-to-ical): Remove extra spaces in
3587 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
3588
3589 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * net/tramp.el (tramp-root-regexp): New defconst.
3592 (tramp-completion-file-name-regexp-unified)
3593 (tramp-completion-file-name-regexp-separate)
3594 (tramp-completion-file-name-regexp-url): Use it.
3595 (tramp-do-copy-or-rename-file-via-buffer):
3596 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
3597 t for `insert-file-contents-literally'.
3598 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
3599 Autoload it.
3600 (tramp-completion-file-name-handler-post-function): New defconst.
3601 (tramp-completion-file-name-handler): Use it.
3602 (tramp-maybe-open-connection): Update calls to
3603 `tramp-flush-connection-property' for removed 2nd argument.
3604
3605 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3606
3607 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
3608 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
3609 New functions.
3610
3611 2008-03-15 Glenn Morris <rgm@gnu.org>
3612
3613 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
3614 New functions.
3615 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
3616 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3617 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3618 (diary-bahai-list-entries): Use diary-list-entries-1.
3619 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
3620 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
3621 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3622 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3623 (list-hebrew-diary-entries): Use diary-list-entries-1.
3624 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
3625 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
3626 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
3627 (diary-list-entries-1, diary-mark-entries-1): Autoload.
3628 (list-islamic-diary-entries): Use diary-list-entries-1.
3629 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
3630
3631 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
3632
3633 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
3634
3635 * calendar/cal-china.el (number-chinese-months)
3636 (calendar-chinese-from-absolute): Use nth, caar.
3637
3638 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
3639
3640 * calendar/cal-french.el (french-calendar-accents): Doc fix.
3641
3642 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
3643 (calendar-hebrew-month-name-array-leap-year)
3644 (hebrew-calendar-parashiot-names): Make constants.
3645 (diary-parasha): Move definition after constants it uses.
3646
3647 * calendar/cal-html.el (cal-html-insert-link-yearpage)
3648 (cal-html-htmlify-list): Doc fix.
3649 (cal-html-htmlify-entry): Use nth.
3650
3651 * calendar/cal-islam.el (calendar-islamic-month-name-array)
3652 (calendar-islamic-epoch): Make constants.
3653 (calendar-islamic-epoch): Doc fix.
3654
3655 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
3656
3657 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
3658 (cal-tex-month-name): Doc fix.
3659 (cal-tex-last-blank-p): Use zerop.
3660
3661 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
3662 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
3663 (calendar-cursor-to-date): Doc fix.
3664 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
3665 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
3666 (calendar-day-number): Use when.
3667 (generate-calendar-month): Use dotimes.
3668 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
3669 (calendar-set-mark): Reverse conditional.
3670 (calendar-make-alist): Move definition before use.
3671
3672 * calendar/diary-lib.el (diary-face-attrs)
3673 (diary-glob-file-regexp-prefix, diary-selective-display)
3674 (number-of-diary-entries, diary-list-entries, diary-goto-entry):
3675 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
3676 (diary-anniversary, diary-cyclic)
3677 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
3678 (diary-header-line-format): Change wording.
3679 (diary-list-entries): Set `date-start' in let.
3680 (include-other-diary-files, mark-included-diary-files): Use format.
3681 (simple-diary-display, fancy-diary-display): Use cadr, unless.
3682 (mark-diary-entries): Use 1+.
3683 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
3684 (mark-calendar-month): Use dotimes.
3685
3686 * calendar/holidays.el (displayed-month, displayed-year):
3687 Move declarations where needed.
3688 (calendar-list-holidays): Doc fix.
3689
3690 * calendar/parse-time.el (parse-time-string): Simplify.
3691
3692 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
3693 Make constants.
3694 (solar-sunrise-sunset): Rename some local variables for clarity.
3695 (sunrise-sunset): Use zerop.
3696 (solar-mean-equinoxes/solstices): Doc fix.
3697
3698 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
3699 Use nth.
3700 (timeclock-completing-read, timeclock-generate-report): Use zerop.
3701 (timeclock-mean, timeclock-generate-report): Use dolist.
3702
3703 * calendar/todo-mode.el (todo-add-category): Simplify.
3704 (todo-more-important-p, todo-delete-item, todo-file-item):
3705 Use unless, when.
3706 (todo-top-priorities): Use zerop.
3707
3708 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * buff-menu.el (list-buffers-noselect): Display buffer name in
3711 tooltip instead of mouse binding when it doesn't fit in the list.
3712
3713 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3714
3715 * faces.el (xw-defined-colors):
3716 * simple.el (widget-convert, shell-mode): Declare as functions
3717 instead of autoloading.
3718
3719 * abbrev.el:
3720 * button.el:
3721 * cus-face.el:
3722 * ediff-hook.el:
3723 * emacs-lisp/backquote.el:
3724 * emacs-lisp/timer.el:
3725 * facemenu.el:
3726 * faces.el:
3727 * menu-bar.el:
3728 * simple.el:
3729 * subr.el:
3730 * textmodes/fill.el:
3731 * textmodes/paragraphs.el: Remove autoloads, redundant when the
3732 files are preloaded.
3733
3734 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * desktop.el (desktop-create-buffer): Don't catch errors if
3737 debug-on-error is set.
3738
3739 2008-03-14 Eli Zaretskii <eliz@gnu.org>
3740
3741 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3742 ($(lisp)/calendar/diary-loaddefs.el)
3743 ($(lisp)/calendar/hol-loaddefs.el): New targets.
3744 (LOADDEFS): New macro.
3745 (autoloads): Depend on $(LOADDEFS).
3746
3747 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3748
3749 * font-lock.el (featurep): Remove test, not useful anymore.
3750 (facemenu-keymap): Move key binding ...
3751 * facemenu.el (facemenu-keymap): ... here.
3752
3753 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
3754 for each file in the list.
3755 (vc-bzr-log-view-mode): Recognize the file marker.
3756
3757 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3758 for checkdoc and profiling.
3759
3760 2008-03-14 Bastien Guerry <bzg@altern.org>
3761
3762 * textmodes/flyspell.el (nxml-mode): Add the right
3763 `flyspell-mode-predicate'.
3764
3765 * wid-edit.el (link): Use 'mouse-face for :follow-link.
3766
3767 2008-03-14 Glenn Morris <rgm@gnu.org>
3768
3769 * calendar/solar.el: Reorder so that functions are defined before use.
3770 (displayed-month, displayed-year): Move declarations where needed.
3771 (solar-get-number): Move definition before use. Use unless.
3772 (solar-equatorial-coordinates): Simplify.
3773 (solar-sunrise-and-sunset): Use let rather than let*.
3774 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
3775
3776 * startup.el (command-line-1): Rename -internal-script back to
3777 -scriptload (reverts previous change).
3778
3779 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
3780 (calendar-bahai-leap-base): Add doc strings.
3781 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
3782 Move definition before use.
3783 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
3784 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
3785 variables outside the loop. Use dolist.
3786 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
3787
3788 * calendar/cal-china.el: Re-order so that functions are defined before
3789 use.
3790 (displayed-month, displayed-year): Move declarations where needed.
3791 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
3792 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
3793 Add doc strings.
3794 (chinese-year-cache): Recenter on 2010. Doc fix.
3795 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
3796 Doc fix. Simplify.
3797 (chinese-year-cache-init): New function.
3798 (compute-chinese-year, holiday-chinese-new-year)
3799 (calendar-chinese-date-string, calendar-goto-chinese-date)
3800 (make-chinese-month-assoc-list): Use cadr, nth.
3801 (chinese-months): Remove un-needed let.
3802
3803 * calendar/cal-coptic.el (coptic-calendar-month-name-array):
3804 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
3805 (coptic-prompt-for-date): Move definition before use.
3806
3807 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
3808 (calendar-dst-find-data, calendar-daylight-time-offset)
3809 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
3810 (calendar-daylight-savings-starts-time)
3811 (calendar-daylight-savings-ends-time): Use cadr, nth.
3812
3813 * calendar/cal-french.el (french-calendar-epoch)
3814 (calendar-goto-french-date): Doc fix.
3815 (french-calendar-month-name-array)
3816 (french-calendar-multibyte-month-name-array)
3817 (french-calendar-day-name-array, french-calendar-special-days-array):
3818 Add doc strings.
3819
3820 * calendar/cal-hebrew.el (displayed-month, displayed-year)
3821 (original-date): Move declarations where needed.
3822 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
3823 Doc fix.
3824 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
3825 constant variables outside the loop. Use dolist.
3826
3827 * calendar/cal-islam.el (displayed-month, displayed-year)
3828 (original-date): Move declarations where needed.
3829 (islamic-calendar-day-number): Remove unused local variable `day'.
3830 (calendar-goto-islamic-date): Doc fix.
3831 (holiday-islamic): Use unless.
3832 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
3833 constant variables outside the loop. Use dolist.
3834 (mark-islamic-calendar-date-pattern): Move definition before use.
3835 Use unless.
3836 (mark-islamic-diary-entries): Doc fix.
3837 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3838 (insert-yearly-islamic-diary-entry): Use let rather than let*.
3839
3840 * calendar/cal-julian.el (calendar-absolute-from-julian):
3841 Move definition before use. Remove un-needed local `day'.
3842 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
3843
3844 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
3845 (calendar-mayan-tzolkin-names-array): Add doc strings.
3846 (calendar-mayan-long-count-from-absolute): Use a single let.
3847 (calendar-string-to-mayan-long-count): Simplify.
3848 (calendar-next-haab-date, calendar-previous-haab-date)
3849 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
3850 (calendar-previous-calendar-round-date)
3851 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
3852 Doc fix.
3853 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
3854 (calendar-mayan-date-string, calendar-print-mayan-date)
3855 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
3856 (calendar-mayan-long-count-common-era): Move definitions before use.
3857
3858 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
3859 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
3860 Doc fix.
3861 (calendar-mouse-goto-date): Move definition before use.
3862
3863 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
3864 Move definition before use.
3865 (calendar-cursor-to-visible-date): Move definition before use.
3866 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
3867 and place inside the conditional.
3868 (calendar-forward-day): Simplify.
3869 (calendar-end-of-month): Use unless.
3870 (calendar-goto-day-of-year): Doc fix.
3871 Relocate obsolete aliases after their replacements.
3872
3873 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
3874
3875 * calendar/diary-lib.el (mark-diary-entries): Move some constant
3876 variables outside the diary-date-forms loop.
3877
3878 * calendar/calendar.el (diary-file): Doc fix.
3879 (calendar-buffer-list): Return buffers rather than strings (fixes
3880 previous change).
3881 (hebrew-holidays-4): Fix typo.
3882
3883 * calendar/holidays.el (displayed-month, displayed-year):
3884 Move declarations where needed.
3885 (calendar-holiday-list, calendar-list-holidays)
3886 (holiday-filter-visible-calendar): Move definitions before use.
3887 (list-holidays): Use cadr.
3888 Relocate obsolete aliases after their replacements.
3889
3890 * calendar/lunar.el (date, displayed-month, displayed-year):
3891 Move declarations where needed.
3892 (lunar-phase-list): Move definition after functions it uses.
3893 (calendar-phases-of-moon, diary-phases-of-moon)
3894 (lunar-new-moon-on-or-after): Use cadr, nth.
3895 (lunar-new-moon-on-or-after): Doc fix.
3896
3897 * textmodes/org-irc.el (top-level): CL not required when compiling.
3898 (org-irc-visit-erc): Replace runtime CL functions.
3899
3900 * textmodes/org-publish.el (declare-function): Add compatibility stub.
3901 (org-publish-delete-dups): Declare as function.
3902
3903 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
3904
3905 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
3906 (vc-bzr-show-log-entry): Make regexp match more cases.
3907 (vc-diff-switches-list): Remove autoload, not needed.
3908
3909 2008-03-14 Juri Linkov <juri@jurta.org>
3910
3911 * isearch.el (isearch-edit-string): Remove one call to
3912 `isearch-push-state' not to push an inconsistent state,
3913 but keep another correct call to `isearch-push-state'.
3914 (isearch-ring-adjust): Call `isearch-push-state' only when
3915 `search-ring-update' is non-nil since `isearch-edit-string'
3916 already pushes its state.
3917 (isearch-message): Improve matching the failed part by checking
3918 if the original message starts with the last successful message.
3919
3920 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
3921 (dired-perm-write): Rename from `dired-warn-writable'.
3922 Change parent face from `font-lock-warning-face' to
3923 `font-lock-comment-delimiter-face'.
3924 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
3925 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
3926 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
3927 with `dired-perm-write-face'.
3928
3929 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
3930
3931 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
3932 Create cache dir only if it doesn't already exist.
3933
3934 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
3937 of \ and '.
3938
3939 2008-03-13 Johan Bockgård <bojohan@gnu.org>
3940
3941 * net/browse-url.el (browse-url-text-xterm):
3942 Unquote browse-url-text-browser.
3943
3944 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
3945
3946 * textmodes/org-mouse.el: Version number change.
3947
3948 * textmodes/org-publish.el (org-publish-expand-components):
3949 Remove null projects from the list of components.
3950 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
3951 Remove unused retrieval of the :publishing-directory property.
3952 (org-publish-file): Bugfix: when using a relative directory as the
3953 publishing directory, convert it to a directory filename.
3954 (org-publish-project): New alias.
3955 (org-publish-get-files): Protect against empty p.
3956 (org-publish-file): Send an error when file is not part of any project.
3957 (org-publish-file): Offer to refresh the list of files in known
3958 project when the current file is not part of any project.
3959 (org-publish-before-export-hook)
3960 (org-publish-after-export-hook): New hooks.
3961 (org-publish-org-to): Use new hooks and kill buffers.
3962 (org-publish-file): Remove the code for killing buffers.
3963 (org-publish-initialize-files-alist): Use interactive.
3964 (org-publish-file): If the publishing function creates a new
3965 buffer, kill it after publishing.
3966 (org-publish-timestamp-filename): Protect ":" in file name path
3967 under windows.
3968
3969 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
3970 change that killed the LaTeX buffer.
3971
3972 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
3973 in the decision tree.
3974 (org-select-remember-template): Clean the code.
3975 (org-prepare-dblock): Add the extra :content parameter.
3976 (org-write-agenda): New output type ".ics" files.
3977 (org-write-agenda): Call `org-icalendar-verify-function', both for
3978 time stamps and for TODO entries.
3979 (org-agenda-collect-markers, org-create-marker-find-array)
3980 (org-check-agenda-marker-table): New functions.
3981 (org-agenda-marker-table): New variable.
3982 (org-export-as-html): Revert the change that killed the html
3983 buffer. Side effects first need to be studied carefully.
3984 (org-get-tags-at): Fix the structure of the condition-case statement.
3985 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
3986 (org-timestamp-change): Fix regulear expressions to swallow the
3987 extra character for repeat-shift control.
3988 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
3989 (org-get-legal-level): Alias to `org-get-valid-level'.
3990 (org-dblock-write:clocktable): Add a :link parameter, linking
3991 headlines to their location in the Org agenda files.
3992 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
3993 throwing an error when getting tags before headlines.
3994 (org-timestamp-change, org-modify-ts-extra)
3995 (org-ts-regexp1): Fix timestamp editing.
3996 (org-agenda-custom-commands-local-options): New constant.
3997 (org-agenda-custom-commands):
3998 Use `org-agenda-custom-commands-local-options' to improve customize
3999 type. "htmlize": Removed hack to fix face problem with htmlize,
4000 it no longer seem necessary.
4001 (org-follow-link-hook): New hook.
4002 (org-agenda-custom-commands): Add "Component" as a tag for each
4003 item in a command serie.
4004 (org-open-at-point): Run `org-follow-link-hook'.
4005 (org-agenda-schedule): Bugfix: don't display marker type when it
4006 is nil.
4007 (org-store-link): org-irc required.
4008 (org-set-regexps-and-options): Parse the new logging options.
4009 (org-extract-log-state-settings): New function.
4010 (org-todo): Handle the new ways of recording state change stuff.
4011 (org-local-logging): New function.
4012 (org-columns-open-link): Fix bug with opening link in column view.
4013 (org-local-logging): New function
4014 (org-todo): Make sure that LOGGING properties are honoured.
4015 (org-todo-keywords): Improve docstring.
4016 (org-startup-options): Cleanup startup options.
4017 (org-set-regexps-and-options): Process the "!" markers.
4018 (org-todo): Respect the new logging stuff.
4019 (org-log-note-how): New variable.
4020 (org-add-log-maybe): New parameter HOW that defines how logging
4021 should be done and also overrides PURPOSE. Add a docstring.
4022 (org-add-log-note): Check if we really need to ask for a note.
4023 (org-get-current-options): Digest the new keyword.
4024 (org-agenda-reset-markers): Rename from
4025 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
4026 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
4027 function, without force argument.
4028 (org-buffer-property-keys): Bind local variables s and p.
4029 (org-make-tags-matcher): Allow "" to match an empty or
4030 non-existent property value.
4031 (org-export-as-html): Join unsorted lists when they directly
4032 follow each other. Such lists may be created by headlines that
4033 are converted to lists.
4034 (org-nofm-to-completion): New function.
4035 (org-export-as-html): Use :html-extension instead of
4036 org-export-html-extension.
4037 (org-store-link): Support for links from `rmail-summary-mode'.
4038 (org-columns-new, org-complete, org-set-property): Set the
4039 `include-columns' argument in the call to
4040 `org-buffer-property-keys'.
4041 (org-buffer-property-keys): New argument `include-columns', to
4042 include properties expected by any of the COLUMS formats in the
4043 current buffer.
4044 (org-cleaned-string-for-export): Get rid of drawers first, so that
4045 they will be removed also in the text before the first headline.
4046 (org-clock-report): Show the clocktable when found.
4047 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
4048 (org-version): With prefix argument, insert `org-version' at point.
4049 (org-agenda-goto): Recenter the window after finding the target
4050 location, to make sure the correct position will be displayed.
4051 (org-agenda-get-deadlines): Don't scale priority with the warning
4052 period.
4053 (org-insert-heading): Don't break line in the middle of the line.
4054 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
4055 be 0.
4056 (org-update-checkbox-count): Revamp to deal with hierarchical
4057 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
4058 (org-remove-timestamp-with-keyword): New function.
4059 (org-schedule, org-deadline):
4060 Use `org-remove-timestamp-with-keyword' to make sure all such time
4061 stamps are removed.
4062 (org-mode): Support for `align'.
4063 (org-agenda-get-deadlines): Make sure priorities increase as the
4064 due date approaches and is passed.
4065 (org-remember-apply-template): Fix problem with tags that
4066 contain "_" or "@".
4067 (org-make-link-regexps): Improve the regular expression for plain links.
4068 (org-agenda-get-closed): List each clocking entry.
4069 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
4070 (org-special-ctrl-k): New option.
4071 (org-kill-line): New function.
4072 (org-archive-all-done): Fix incorrect number of stars in regexp.
4073 (org-refile-get-location): New function.
4074 (org-refile-goto-last-stored): New function.
4075 (org-global-tags-completion-table): Add the value of org-tag-alist
4076 in each buffer, to make sure that also unused tags will be
4077 available for completion.
4078 (org-columns-edit-value)
4079 (org-columns-next-allowed-value): Only update if not in agenda.
4080 (org-clocktable-steps): New function.
4081 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
4082 (org-archive-subtree): Add the outline tree context as a property.
4083 (org-closest-date): New optional argument `prefer'.
4084 (org-goto-auto-isearch): New option.
4085 (org-goto-map, org-get-location): Implement auto-isearch.
4086 (org-goto-local-auto-isearch-map): New variable.
4087 (org-goto-local-search-forward-headings)
4088 (org-goto-local-auto-isearch): New functions.
4089
4090 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
4091
4092 * textmodes/org-irc.el: New file.
4093
4094 2008-03-13 John Wiegley <johnw@gnu.org>
4095
4096 * textmodes/org-mac-message.el: New file.
4097
4098 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
4099
4100 * font-lock.el (font-lock-comment-face): Set the foreground for
4101 the light background 8 colors case.
4102
4103 2008-03-13 Glenn Morris <rgm@gnu.org>
4104
4105 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
4106 generate-autoload-cookie patterns.
4107
4108 * startup.el (command-line-1): Rename -scriptload to -internal-script.
4109
4110 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
4111 (MH_E_SRC): Remove variable.
4112 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
4113 Simplify file header. Use $@ for generated-autoload-file.
4114
4115 * Makefile.in (LOADDEFS): New variable.
4116 (AUTOGENEL): Use $LOADDEFS.
4117 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
4118 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
4119 ($(lisp)/calendar/hol-loaddefs.el): New targets.
4120 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4121 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
4122 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4123 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4124 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
4125 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
4126 Add calendar-specific autoload cookies, and remove any setting of
4127 generated-autoload-file.
4128 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
4129 * calendar/diary-lib.el: Replace explicit autoloads with reading of
4130 diary-loaddefs.
4131 * calendar/holidays.el: Replace explicit autoloads with reading of
4132 hol-loaddefs.
4133
4134 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
4135 (calendar-buffer-list): Simplify.
4136 (generate-calendar-window): Use calendar-mark-holidays rather than
4137 obsolete alias.
4138
4139 * calendar/cal-hebrew.el (list-yahrzeit-dates):
4140 Use cal-hebrew-yahrzeit-buffer.
4141
4142 * calendar/cal-x.el (calendar-only-one-frame-setup)
4143 (calendar-two-frame-setup): Doc fixes.
4144 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
4145
4146 * calendar/appt.el (appt-mode-string): Mark as risky.
4147 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
4148
4149 * calendar/cal-html.el (diary-list-entries):
4150 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
4151 (calendar-iso-from-absolute): Fix autoloads.
4152
4153 * calendar/cal-iso.el (calendar-absolute-from-iso)
4154 (calendar-iso-read-args): Simplify.
4155 (calendar-iso-date-string, calendar-iso-read-args)
4156 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
4157
4158 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
4159 (displayed-month, displayed-year): Move declarations where needed.
4160 (calendar-print-astro-day-number): Doc fix.
4161
4162 * calendar/cal-persia.el (persian-calendar-month-name-array)
4163 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
4164 (persian-prompt-for-date): Remove local variable `today'.
4165
4166 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
4167
4168 * calendar/solar.el (solar-moment, solar-exact-local-noon)
4169 (solar-sunrise-sunset, solar-sunrise-sunset-string)
4170 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
4171 (diary-sabbath-candles, solar-equinoxes/solstices)
4172 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
4173 (solar-time-equation, solar-date-to-et): Simplify.
4174
4175 * mail/supercite.el: Remove the `function' in `(function (lambda'.
4176 Replace `(car (cdr' with cadr'.
4177
4178 * progmodes/f90.el (f90-font-lock-n): New function.
4179 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
4180 Use f90-font-lock-n.
4181 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
4182
4183 * progmodes/f90.el (f90-mode-abbrev-table):
4184 * progmodes/fortran.el (fortran-mode-abbrev-table):
4185 Use newer form of define-abbrev, where supported. No need to bind
4186 abbrevs-changed for system abbrevs.
4187
4188 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
4191 delete-frame-functions.
4192
4193 * bookmark.el (Info-current-node): Remove.
4194
4195 2008-03-12 Juri Linkov <juri@jurta.org>
4196
4197 * help.el (describe-project): Remove defaliases for view-todo and
4198 describe-project that are now unnecessary after the merge from
4199 emacs--rel--22 that added define-obsolete-function-alias.
4200
4201 * startup.el (inhibit-startup-screen): Revert incomplete
4202 2008-03-10 merge from emacs--rel--22 that partly reverted
4203 2008-02-28 change that added initial message to *scratch* buffer
4204 regardless of the value of `inhibit-startup-screen'.
4205 Now keep this change in the trunk, but not in the 22 branch.
4206
4207 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * international/quail.el (quail-setup-completion-buf, quail-help):
4210 * mail/binhex.el (binhex-decode-region-internal):
4211 * mail/uudecode.el (uudecode-decode-region-internal):
4212 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4213 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4214 setting default-enable-multibyte-characters.
4215
4216 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
4217
4218 * comint.el: Fix up indentation and comment style. Remove `function'.
4219
4220 * international/mule-cmds.el (reset-language-environment)
4221 (set-language-environment-nonascii-translation):
4222 Don't set-unibyte-charset.
4223
4224 * doc-view.el: Remove all cb-args, use closures instead.
4225 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
4226 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
4227 doing an incorrect check). Update all callers to use the new name.
4228 (doc-view-doc->txt): Add missing `txt' argument.
4229
4230 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4231
4232 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
4233 md5 sum calculation to single-byte.
4234
4235 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * doc-view.el (doc-view-new-window-function): Add assertion.
4238 (doc-view-doc-type): New var.
4239 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
4240 (doc-view-intersection): New fun.
4241 (doc-view-mode): Use it to set the new var.
4242
4243 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
4244
4245 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
4246 (doc-view-already-converted-p): New functions.
4247 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
4248 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
4249 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4250 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4251 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
4252 (doc-view-convert-current-doc): Don't hardwire the functions the
4253 sentinels call. Now they're provided by two args CALLBACK and
4254 CB-ARGS to the functions.
4255 (doc-view-search): Use doc-view-doc->txt.
4256 (doc-view-initiate-display): Use doc-view-already-converted-p.
4257 Mention new binding C-c C-t if doc-view-mode doesn't work.
4258
4259 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
4260
4261 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
4262
4263 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
4266 Mark " outside of tags as punctuation.
4267
4268 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * menu-bar.el (minibuffer-local-map): Use the same command for the
4271 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
4272 Prefer RET over C-j for exit-minibuffer.
4273
4274 * files.el (display-buffer-other-frame): Eliminate problematic code.
4275
4276 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
4277 (menu-bar-select-buffer): Remove.
4278 (menu-bar-select-frame): Make non-interactive and take a frame arg.
4279 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
4280
4281 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * icomplete.el (icomplete-completions): Remove obsolete code.
4284
4285 * net/net-utils.el (iwconfig-program-options): Doc fix.
4286 (net-utils-run-program, run-network-program): Define as functions.
4287
4288 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
4291
4292 2008-03-11 Glenn Morris <rgm@gnu.org>
4293
4294 * faces.el (mode-line-emphasis): New face.
4295 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
4296
4297 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
4298
4299 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * simple.el (set-mark-command): Doc fix.
4302
4303 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
4306
4307 * emacs-lisp/autoload.el (autoload-find-destination):
4308 Don't force raw-text.
4309
4310 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
4311 * calendar/cal-loaddefs.el: Don't version control.
4312
4313 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4314
4315 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
4316 entries and add :help to the existing ones.
4317
4318 2008-03-10 Glenn Morris <rgm@gnu.org>
4319
4320 * calendar/cal-hebrew.el (date, entry, number): Move declarations
4321 to where they are needed.
4322
4323 * calendar/calendar.el (diary-file, hebrew-holidays-1)
4324 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4325 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
4326 (calendar-version): Doc fixes.
4327 (calendar-absolute-from-gregorian): Use zerop.
4328 (calendar-mode-line-format): Make it a defcustom.
4329
4330 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
4331 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
4332 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
4333 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
4334 (mark-included-diary-files, mark-calendar-days-named)
4335 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
4336 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
4337 (insert-monthly-diary-entry, insert-yearly-diary-entry)
4338 (insert-anniversary-diary-entry, insert-block-diary-entry)
4339 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
4340 (diary-font-lock-sexps): Doc fixes.
4341 (diary-remind-message, mark-calendar-month): Use zerop.
4342 (diary-attrtype-convert, diary-pull-attrs): Simplify.
4343 (diary-list-entries): Revert let to let* (previous change).
4344
4345 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
4346
4347 2008-03-10 Kim F. Storm <storm@cua.dk>
4348
4349 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
4350 function aliases for the old names.
4351
4352 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * iswitchb.el (iswitchb-use-faces): Doc fix.
4355 (iswitchb-buffer-ignore, iswitchb-read-buffer):
4356 Fix typos in docstrings.
4357
4358 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
4361 Fix typo.
4362 (verilog-type-font-keywords): Reindent.
4363
4364 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
4365
4366 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
4367 grouping-keyword regular expression.
4368 (verilog-font-lock-keywords): Allow users to toggle special
4369 highlight of grouping-keywords.
4370 (verilog-highlight-grouping-keywords): The toggle for special
4371 highlighting of grouping keywords.
4372
4373 2008-03-10 Juri Linkov <juri@jurta.org>
4374
4375 * startup.el: Revert 2008-02-28 change that adds initial message
4376 to *scratch* buffer regardless of the value of
4377 `inhibit-startup-screen'.
4378
4379 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
4380
4381 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
4382 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
4383 * progmodes/verilog-mode.el (verilog-mode):
4384 * net/socks.el (socks):
4385 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
4386
4387 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
4390 (doc-view-bookmark-make-record): Use them.
4391 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
4392 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
4393
4394 * bookmark.el (bookmark-make-record-function): Change expected return
4395 value to include a suggested bookmark name.
4396 (bookmark-make): Split into bookmark-make-record and bookmark-store.
4397 Fix reversed `overwrite' semantics.
4398 (bookmark-set): Call bookmark-make-record before prompting the user.
4399 Then pass the result to bookmark-store later on.
4400 (bookmark-make-name-function): Remove.
4401 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
4402 * info.el (bookmark-make-name-function): Remove.
4403 (Info-mode): Don't set it.
4404 (Info-bookmark-make-name): Remove.
4405 (Info-bookmark-make-record): Use Info-current-node as suggested default
4406 bookmark name.
4407
4408 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
4409 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
4410 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
4411 (bookmark-annotation-buffer, bookmark-annotation-file)
4412 (bookmark-annotation-point, bookmark-send-annotation)
4413 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
4414 (bookmark-edit-annotation-text-func): Rename from
4415 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
4416 (bookmark-edit-annotation-mode-map): Move initialization into
4417 declaration.
4418
4419 * bookmark.el: Remove spurious * in docstrings.
4420 (bookmark-minibuffer-read-name-map): New var.
4421 (bookmark-set): Use it. Also pass the default value as it should.
4422 (bookmark-send-edited-annotation): Take no chances with text properties.
4423 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
4424 (bookmark-insert-buffer-name): Remove.
4425 (bookmark-buffer-file-name): Signal an error rather than returning nil.
4426
4427 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
4428
4429 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
4430
4431 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
4432
4433 * diff-mode.el (diff-mode-menu): Add :help.
4434
4435 2008-03-09 Glenn Morris <rgm@gnu.org>
4436
4437 * calendar/calendar.el (general-holidays, oriental-holidays)
4438 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
4439 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
4440 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
4441 (calendar-holidays): Restore autoload cookies, because people are
4442 used to using these variables without loading calendar.el.
4443
4444 * calendar/cal-islam.el (diary-islamic-date): Move to end.
4445 (date, number): Declare where needed.
4446
4447 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
4448 (list-sexp-diary-entries): Doc fixes.
4449 (diary-list-entries): Doc fix. Remove free variable `entry'.
4450 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
4451 Simplify setting of `date-holiday-list'.
4452 (mark-diary-entries): Remove free variable `entry'.
4453 (diary-list-entries, include-other-diary-files, fancy-diary-display):
4454 Use let where let* is not needed.
4455
4456 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
4459 make-record function, instead paste it in afterwards.
4460 (bookmark-make-record-for-text-file):
4461 * doc-view.el (doc-view-bookmark-make-record):
4462 * info.el (Info-bookmark-make-record): Don't mess with annotations.
4463
4464 2008-03-08 Glenn Morris <rgm@gnu.org>
4465
4466 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
4467
4468 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * calendar/diary-lib.el (diary-list-entries)
4471 (include-other-diary-files, mark-diary-entries)
4472 (mark-sexp-diary-entries, mark-included-diary-files)
4473 (diary-entry-time, list-sexp-diary-entries): Remove the special
4474 handling of ^M that dates back to the use of selective-display.
4475 (simple-diary-display): Obey setting of pop-up-frames.
4476 (body, entry): Remove unnecessary declarations.
4477
4478 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
4479 (bookmark-get-annotation, bookmark-set-annotation)
4480 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4481 (bookmark-set-position, bookmark-get-front-context-string)
4482 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4483 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
4484 * info.el (Info-bookmark-make-record): Don't bother recording point.
4485 (bookmark-get-filename, bookmark-get-front-context-string)
4486 (bookmark-get-rear-context-string, bookmark-get-position):
4487 Don't declare any more.
4488 (bookmark-get-info-node): Remove.
4489 (bookmark-prop-get): Declare.
4490 (Info-bookmark-jump): Use it.
4491
4492 2008-03-08 Johan Bockgård <bojohan@gnu.org>
4493
4494 * subr.el (while-no-input): Don't splice BODY directly into the
4495 `or' form.
4496
4497 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
4498
4499 * diff-mode.el (diff-ignore-whitespace-hunk):
4500 Bind inhibit-read-only before trying to change the buffer.
4501
4502 2008-03-08 Glenn Morris <rgm@gnu.org>
4503
4504 * calendar/appt.el (appt): Move custom group here from calendar.el.
4505 (appt-disp-window, appt-convert-time): Doc fixes.
4506
4507 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
4508 (calendar-bahai-mark-date-pattern):
4509 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
4510 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
4511 * calendar/cal-julian.el (calendar-absolute-from-julian):
4512 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
4513
4514 * calendar/cal-china.el (chinese-calendar): Move custom group here from
4515 calendar.el.
4516 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
4517 Make constants.
4518 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
4519 (chinese-calendar-daylight-savings-starts)
4520 (chinese-calendar-daylight-savings-ends)
4521 (chinese-calendar-daylight-savings-starts-time)
4522 (chinese-calendar-daylight-savings-ends-time)
4523 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
4524 Doc fixes.
4525
4526 * calendar/cal-coptic.el (coptic-name): Add doc string.
4527
4528 * calendar/cal-french.el (french-calendar-month-name-array)
4529 (french-calendar-day-name-array, french-calendar-special-days-array):
4530 Add doc strings.
4531
4532 * calendar/cal-bahai.el (diary-bahai-mark-entries)
4533 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
4534 (diary-bahai-insert-yearly-entry):
4535 * calendar/cal-dst.el (calendar-next-time-zone-transition)
4536 (calendar-time-zone):
4537 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
4538 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
4539 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
4540 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
4541 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
4542 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
4543 (list-islamic-diary-entries, mark-islamic-diary-entries)
4544 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
4545 (insert-yearly-islamic-diary-entry):
4546 * calendar/cal-iso.el (calendar-iso-read-args):
4547 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
4548 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
4549 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
4550 (calendar-next-calendar-round-date)
4551 (calendar-mayan-long-count-common-era):
4552 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
4553 (cal-menu-x-popup-menu, calendar-mouse-holidays)
4554 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
4555 (calendar-mouse-goto-date):
4556 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
4557 * calendar/holidays.el (holidays):
4558 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
4559 * calendar/time-date.el (date-to-time, time-subtract, time-add)
4560 (safe-date-to-time): Doc fixes.
4561
4562 * calendar/cal-persia.el (persian-calendar-month-name-array)
4563 (persian-calendar-epoch): Make constants.
4564
4565 * calendar/cal-tex.el (calendar-tex): Move custom group here from
4566 calendar.el.
4567
4568 * calendar/cal-x.el (diary-frame-parameters)
4569 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
4570 (calendar-after-frame-setup-hooks): Make defcustoms.
4571 (calendar-one-frame-setup, calendar-only-one-frame-setup)
4572 (calendar-two-frame-setup): Doc fix.
4573
4574 * calendar/cal-loaddefs.el: New file.
4575
4576 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
4577 * calendar/cal-french.el, calendar/cal-html.el:
4578 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
4579 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
4580 * calendar/cal-tex.el, calendar/cal-x.el:
4581 Unquote lambda functions. Add autoload cookies to functions formerly
4582 autoloaded in calendar.el. Set `generated-autoload-file' to
4583 "cal-loaddefs.el".
4584
4585 * calendar/calendar.el: Move many autoloads to separate file,
4586 cal-loaddefs.el. Move defcustoms to start and re-order.
4587 (calendar-month-name-array, calendar-starred-day): No need to
4588 declare for compiler.
4589 (cal-loaddefs): Require it.
4590 (appt, chinese-calendar, calendar-tex): Move custom groups to the
4591 appropriate file.
4592 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
4593 Reverse logic.
4594 (diary-face, diary-file-name-prefix-function, diary-include-string)
4595 (diary-glob-file-regexp-prefix, diary-face-attrs)
4596 (diary-file-name-prefix, sexp-diary-entry-symbol)
4597 (print-diary-entries-hook, list-diary-entries-hook)
4598 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4599 (nongregorian-diary-marking-hook, diary-list-include-blanks):
4600 Move to diary-lib.
4601 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4602 (all-bahai-calendar-holidays): Doc fix.
4603 (calendar-insert-indented): Doc fix. Use when rather than if.
4604 (exit-calendar): Use mapc rather than mapcar.
4605 (calendar-cursor-to-date): Use zerop.
4606 (calendar-mark-ring): Add doc-string.
4607 (calendar-starred-day): Defvar it.
4608 (calendar-mode): Make calendar-starred-day local.
4609 (calendar-star-date): No need to make calendar-starred-day local.
4610
4611 * calendar/diary-lib.el: Move defcustoms to start.
4612 (diary-include-string, diary-list-include-blanks)
4613 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
4614 (diary-file-name-prefix, diary-file-name-prefix-function)
4615 (sexp-diary-entry-symbol, list-diary-entries-hook)
4616 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
4617 (nongregorian-diary-marking-hook, print-diary-entries-hook):
4618 Move here from calendar.el.
4619 (diary-file-name-prefix-function): Use 'identity.
4620 (diary-face): Make it a defcustom, and mark as obsolete.
4621 (top-level): No need to require cal-hebrew, cal-islam when compiling.
4622 (calendar-hebrew-month-name-array-leap-year)
4623 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
4624 Define for compiler.
4625 (diary-font-lock-keywords): Use format rather than concat.
4626 Add bahai-diary-entry-symbol.
4627
4628 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
4629 * calendar/solar.el: Unquote lambda functions.
4630
4631 * calendar/solar.el (calendar-location-name, calendar-latitude)
4632 (calendar-longitude, solar-setup, solar-sin-degrees)
4633 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
4634 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
4635 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
4636 (solar-exact-local-noon, solar-julian-ut-centuries)
4637 (solar-ephemeris-time, solar-date-next-longitude)
4638 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4639 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
4640 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
4641 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
4642 Doc fixes.
4643 (solar-horizontal-coordinates, solar-equatorial-coordinates)
4644 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
4645 (solar-ecliptic-coordinates): Use unless.
4646 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
4647 Use or.
4648
4649 * calendar/timeclock.el: Add doc-strings to all functions.
4650 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
4651 (timeclock-entry-list-length, timeclock-entry-list-projects)
4652 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
4653
4654 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
4655
4656 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
4657 (org-get-entries-from-diary): Require diary-lib.
4658
4659 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
4660
4661 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
4662 Pacify byte-compiler.
4663
4664 2008-03-07 Alan Mackenzie <acm@muc.de>
4665
4666 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
4667 paren/bracket pairs parsed, to solve performance problem.
4668
4669 2008-03-07 Bastien Guerry <bzg@altern.org>
4670
4671 * bookmark.el (bookmark-set): Don't check for
4672 `bookmark-make-name-function' since `bookmark-buffer-file-name'
4673 already takes care of this.
4674 (bookmark-buffer-name, bookmark-buffer-file-name):
4675 Remove Info-mode specific code.
4676
4677 * info.el (bookmark-get-info-node): Define this function in
4678 info.el, not in bookmark.el.
4679 (Info-mode): Set `bookmark-make-name-function' to
4680 `Info-bookmark-make-name' locally.
4681 (Info-bookmark-make-name): New function.
4682
4683 * bookmark.el (bookmark-make-name-function): New variable.
4684
4685 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4686
4687 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
4688 buffer-local, not `bookmark-make-cell-function' (the old name).
4689
4690 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
4691
4692 * doc-view.el (doc-view-bookmark-make-record):
4693 * image-mode.el (image-bookmark-make-record):
4694 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
4695
4696 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
4697
4698 * vc.el (vc-status-menu-map-filter): Return orig-binding if
4699 boundp 'vc-ignore-menu-filter.
4700 (vc-status-tool-bar-map): Make it defvar.
4701 (vc-status-mode): vc-status-tool-bar-map now variable.
4702 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
4703
4704 2008-03-07 Karl Fogel <kfogel@red-bean.com>
4705
4706 Give a better name to part of the bookmark interface.
4707
4708 This was originally a much larger change, but halfway through I
4709 updated and discovered that Stefan Monnier had done the rest.
4710 It looks like he anticipated the new name too, because he used
4711 `the-record' instead of `the-cell' for some internal variable names.
4712
4713 * bookmark.el (bookmark-make-record-function): Was
4714 `bookmark-make-cell-function'.
4715 (bookmark-make, bookmark-send-annotation): Update for above.
4716 (bookmark-make-record-for-text-file):
4717 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
4718
4719 * info.el: Adjust accordingly.
4720 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
4721
4722 * image-mode.el: Adjust accordingly.
4723 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
4724
4725 * doc-view.el: Adjust accordingly.
4726 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
4727
4728 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
4731 Move initialization into declaration.
4732 (bookmark-get-info-node, bookmark-set-info-node): Remove.
4733 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
4734 (bookmark-info-current-node): Remove.
4735 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
4736 Add relocation fallback. Set bookmark-current-bookmark.
4737 (bookmark-default-handler): Rename from bookmark-jump-noselect.
4738 Remove relocation fallback. Don't set bookmark-current-bookmark.
4739 (bookmark-set): Let it be used even if there's no buffer-file-name
4740 as long as there is a bookmark-make-cell-function.
4741 * info.el (Info-bookmark-jump): Remove relocation fallback.
4742 Don't set bookmark-current-bookmark.
4743
4744 2008-03-07 Glenn Morris <rgm@gnu.org>
4745
4746 * calendar/appt.el (appt-issue-message)
4747 (appt-message-warning-time, appt-audible, appt-visible)
4748 (appt-msg-window, appt-display-mode-line, appt-display-duration)
4749 (appt-display-diary): Remove autoload cookies.
4750
4751 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
4752 Remove leading `*' from defcustom doc-strings.
4753
4754 * calendar/cal-dst.el (calendar-dst): New custom group.
4755 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
4756 (calendar-time-zone, calendar-daylight-time-offset)
4757 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
4758 (calendar-daylight-savings-starts-time)
4759 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
4760 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
4761 Move to start.
4762
4763 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
4764
4765 * calendar/calendar.el (calendar-version): Use emacs-version and
4766 make it obsolete. Move to end.
4767 (calendar-offset, view-diary-entries-initially)
4768 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
4769 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
4770 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
4771 (all-bahai-calendar-holidays, calendar-load-hook)
4772 (initial-calendar-window-hook, today-visible-calendar-hook)
4773 (today-invisible-calendar-hook, calendar-move-hook)
4774 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
4775 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
4776 (diary-include-string, sexp-diary-entry-symbol)
4777 (abbreviated-calendar-year, american-date-diary-pattern)
4778 (european-date-diary-pattern, european-calendar-display-form)
4779 (american-calendar-display-form, print-diary-entries-hook)
4780 (list-diary-entries-hook, diary-hook, diary-display-hook)
4781 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
4782 (nongregorian-diary-marking-hook, diary-list-include-blanks)
4783 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
4784 (local-holidays, other-holidays, hebrew-holidays-1)
4785 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4786 (hebrew-holidays, christian-holidays, islamic-holidays)
4787 (bahai-holidays, solar-holidays, calendar-setup)
4788 (calendar-week-start-day): Remove autoload cookies.
4789 (diary-glob-file-regexp-prefix): Doc fix.
4790 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
4791 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
4792 (calendar-week-start-day, calendar-debug-sexp): Move to start.
4793
4794 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
4795 (calendar-time-display-form, calendar-latitude)
4796 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
4797 cookies.
4798 (calendar-latitude, calendar-longitude): Move functions after
4799 variables.
4800 (diary-sabbath-candles-minutes): Move to start.
4801 (solar-setup): Use or rather than if.
4802 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
4803 Remove condition-case.
4804 (solar-atn2): Use zerop.
4805 (solar-equinoxes-solstices): Doc fix.
4806
4807 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
4808 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
4809
4810 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
4811 (calendar-longitude, calendar-latitude, calendar-location-name):
4812 Declare for compiler.
4813
4814 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * arc-mode.el (archive-ar-file-header-re): New const.
4817 (archive-ar-summarize, archive-ar-extract): New funs.
4818 (archive-find-type): Recognize ar archives.
4819
4820 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
4821 New functions.
4822
4823 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
4824
4825 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
4826
4827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4828 Replace :enable (mark-active) with :enable mark-active.
4829
4830 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * vms-patch.el (make-legal-file-name): New obsolete alias.
4833 (make-valid-file-name): Rename from `make-legal-file-name'.
4834 (make-auto-save-file-name): Use it.
4835
4836 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
4837 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
4838 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
4839
4840 * textmodes/org.el (org-export-html-style): Doc fix.
4841 (org-get-legal-level): New obsolete alias.
4842 (org-get-valid-level): Rename from `org-get-legal-level'.
4843 (org-promote, org-demote, org-archive-subtree)
4844 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
4845
4846 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
4847
4848 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
4849
4850 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
4851 (vc-status-toggle-mark): New functions.
4852 (vc-status-mode): Set tool bar map.
4853
4854 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
4857 Reported by Drew Adams <drew.adams@oracle.com>.
4858
4859 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
4860
4861 * subr.el (read-quoted-char): Resolve modifers of the character
4862 event.
4863
4864 * comint.el (comint-exec-1): Don't change the coding-system for
4865 decoding to dos-like EOL.
4866 (comint-carriage-motion): Fully rewrite.
4867
4868 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * epg.el (epg-context-include-certs): Reflow docstring.
4871 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
4872 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
4873 (epg-context-set-signers, epg-context-set-sig-notations)
4874 (epg-make-import-status, epg-make-import-result)
4875 (epg-start-delete-keys): Fix typos in docstrings.
4876 (epg-start-sign-keys, epg-sign-keys):
4877 Fix typos in obsolescence declarations.
4878
4879 * iswitchb.el: Don't check for `cadr' and `last'.
4880 (iswitchb-define-mode-map, iswitchb-default-keybindings):
4881 Add obsolescence declaration and remove redundant info from docstring.
4882 (iswitchb-set-common-completion, iswitchb-set-matches)
4883 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
4884 (recentf-list, most-len, most-is-exact):
4885 Don't wrap defvars within `eval-when-compile'.
4886
4887 2008-03-05 Glenn Morris <rgm@gnu.org>
4888
4889 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4890 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
4891 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
4892 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
4893 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
4894
4895 * ediff-hook.el (ediff-window-setup-function): Don't autoload
4896 declaration for compiler.
4897 (ediff-xemacs-init-menus): Use when rather than if.
4898
4899 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
4900 if+and to just and.
4901 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
4902 (ediff-delete-overlay): Move the XEmacs test inside the definition.
4903
4904 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
4905
4906 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
4907 test inside XEmacs test.
4908 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
4909 since it was doing nothing on Emacs.
4910 (ediff-make-bullet-proof-overlay): Use when rather than if.
4911
4912 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
4913 (ediff-setup-control-frame): Remove
4914 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
4915 a (featurep 'xemacs) test.
4916
4917 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
4918
4919 * calc/calc-ext.el (calc-extended-command-history): New variable.
4920 (calc-exectute-extended-command): Use `calc-extended-command-history'.
4921
4922 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
4923
4924 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
4925 (standard-mode-line-position): Add mouse-face.
4926
4927 * progmodes/compile.el (compilation-menu-map):
4928 (compilation-mode-map):
4929 * progmodes/grep.el (grep-mode-map): Add :help.
4930
4931 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
4932 initialize in one step. Add :help. Use :enable to activate menu
4933 items. Show the key binding for edebug-defun.
4934 (lisp-interaction-mode-map): Add a menu.
4935
4936 * term.el (term-mode-map): Define and initialize in one step.
4937
4938 * ediff-init.el (ediff-color-display-p): Simplify.
4939 (Xor): Remove unused function.
4940 (ediff-with-syntax-table): Simplify for Emacs.
4941
4942 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
4943 menu-bar being loaded, it always is.
4944
4945 2008-03-05 Glenn Morris <rgm@gnu.org>
4946
4947 * textmodes/tex-mode.el (tex-mode): Suppress warning about
4948 multiple definitions when compiling.
4949
4950 2008-03-04 Alan Mackenzie <acm@muc.de>
4951
4952 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
4953
4954 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
4955 doc-string, "c-old-LEN" -> "c-old-END".
4956
4957 2008-03-04 Jason Rumney <jasonr@gnu.org>
4958
4959 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
4960 namespaces.
4961
4962 2008-03-04 Glenn Morris <rgm@gnu.org>
4963
4964 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
4965
4966 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
4967 than mapcar.
4968
4969 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4970
4971 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4972 (byte-compile-nilconstp): Can't use recursion in a defsubst.
4973
4974 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
4975 so that M-q can fill comments.
4976 (tex-executable-exists-p, tex-compile): Extend with special syntax for
4977 commands implemented in elisp.
4978 (tex-compile-commands): Add an entry to use doc-view for pdf files.
4979 (tex-format-cmd): New function.
4980 (tex-compile): Use it to let the user specify default arguments.
4981 (tex-cmd-bibtex-args): New var.
4982 (tex-cmd-doc-view): New function.
4983
4984 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * faces.el (face-spec-set): Fix typos in docstring.
4987
4988 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
4989
4990 * bindings.el (mode-line-column-line-number-mode-map): New variable.
4991 (standard-mode-line-position): Use it to add a menu for toggling
4992 column number and line number display.
4993
4994 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
4995
4996 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4997 Remove optimization that was working around the form-code-walker bug.
4998
4999 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5000 Walk into the body of lambdas after byte-compile-unfold-lambda.
5001
5002 2008-03-03 Glenn Morris <rgm@gnu.org>
5003
5004 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
5005 value, if set, over frame value.
5006
5007 * simple.el (transient-mark-mode): Don't turn on by default.
5008
5009 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
5010 accidentally removed by the 2007-12-05 merge from Gnus.
5011
5012 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
5013
5014 * progmodes/compile.el (compilation-menu-map): Add menu entries
5015 for useful options.
5016
5017 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
5018 Glenn Morris <rgm@gnu.org>
5019
5020 * emacs-lisp/bytecomp.el (byte-recompile-directory)
5021 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
5022 Give a `bytecomp-' prefix to local variables with common names.
5023
5024 2008-03-01 Glenn Morris <rgm@gnu.org>
5025
5026 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
5027 code commented out 2007-11-10.
5028
5029 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
5030
5031 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5032 Delete macro.
5033 * emulation/viper-cmd.el, emulation/viper-ex.el:
5034 * emulation/viper-init.el, emulation/viper-keym.el:
5035 * emulation/viper-mous.el, emulation/viper-util.el:
5036 * emulation/viper.el:
5037 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
5038 featurep test.
5039
5040 Replace obselete frame-local variables with frame-parameters.
5041 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
5042 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
5043 (viper-vi-state-cursor-color): Only call make-variable-frame-local
5044 on XEmacs.
5045 * emulation/viper-util.el (viper-frame-value): New macro.
5046 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
5047 (viper-R-state-post-command-sentinel)
5048 (viper-replace-state-post-command-sentinel)
5049 (viper-change-state-to-insert, viper-change-state-to-emacs):
5050 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
5051 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
5052 (viper-get-saved-cursor-color-in-insert-mode)
5053 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
5054 Use viper-frame-value for viper-replace-overlay-cursor-color,
5055 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
5056 viper-vi-state-cursor-color values.
5057
5058 * emulation/viper-cmd.el (zmacs-region-stays):
5059 * emulation/viper-util.el (zmacs-region-stays): No need to define
5060 for compiler.
5061
5062 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
5063 mapcar on Emacs.
5064
5065 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
5066 on XEmacs.
5067
5068 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
5069 rather than if.
5070
5071 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5072
5073 * whitespace.el: New version 9.3. As the glyph code generation was
5074 fixed, it is possible now to use character code above ?\x1FFFF in the
5075 display table. Fix `whitespace-indentation-regexp' to not include an
5076 extra ending character. Reported by Michael Welsh Duggan
5077 <mwd@cert.org>. Added hook actions when buffer is written or killed as
5078 the original whitespace package had. Suggested by Eric Cooper
5079 <ecc@cmu.edu>. Doc fix.
5080 (whitespace-action): New option.
5081 (whitespace-display-mappings): Changed default newline visualization to
5082 display downwards arrow, as the glyph code generation was fixed.
5083 (whitespace-unload-function): Assure that all local whitespace mode is
5084 turned off.
5085 (whitespace-global-modes): Fix type customization.
5086 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
5087 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5088 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
5089 Fix code.
5090 (whitespace-buffer): Command removed.
5091 (whitespace-trailing-regexp, whitespace-mark-x)
5092 (whitespace-display-window, whitespace-action-when-on)
5093 (whitespace-add-local-hook, whitespace-remove-local-hook)
5094 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
5095 (whitespace-action): New funs.
5096 (whitespace-report-list, whitespace-report-text)
5097 (whitespace-report-buffer-name): New consts.
5098 (whitespace-report, whitespace-report-region): New commands.
5099
5100 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5101
5102 * disp-table.el (make-glyph-code): Don't test the result of
5103 `face-id', which already signals an error for invalid faces.
5104 (glyph-face): Simplify.
5105
5106 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
5107 running `desktop-not-loaded-hook' to allow modifying it.
5108 Don't show warning message if `desktop-dirname' was modified.
5109
5110 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
5113 we still expect more lines.
5114
5115 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
5116 comment-paragraph filling if the commark doesn't match
5117 comment-start-skip.
5118
5119 2008-03-01 Daiki Ueno <ueno@unixuser.org>
5120
5121 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
5122 the `imap' variant.
5123
5124 2008-03-01 Jason Rumney <jasonr@gnu.org>
5125
5126 * files.el (make-auto-save-file-name): Encode more characters in
5127 non-file buffer names. Use url-encoding.
5128
5129 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * net/net-utils.el (ftp-program): Fix typo in docstring.
5132 (ifconfig-program-options, netstat-program-options)
5133 (arp-program-options, route-program-options, nslookup-program-options)
5134 (ftp-program-options, smbclient-program-options)
5135 (dns-lookup-program-options, arp, route): Doc fixes.
5136
5137 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
5138 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
5139 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
5140 Fix typos in docstrings.
5141 (gdb-pending-triggers): Reflow docstring.
5142 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
5143
5144 2008-03-01 Alan Mackenzie <acm@muc.de>
5145
5146 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
5147 typing "#" at EOB.
5148
5149 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
5152
5153 2008-02-29 Kim F. Storm <storm@cua.dk>
5154
5155 * emulation/cua-base.el (cua-remap-control-v)
5156 (cua-remap-control-z): New defcustoms.
5157 (cua-mode): Add them to set-after property.
5158 (cua--init-keymaps): Use them.
5159 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
5160
5161 * help.el (view-emacs-todo): Rename from view-todo.
5162 (describe-gnu-project): Rename from describe-project. Users changed.
5163 (view-help-file): New helper function.
5164 (describe-distribution, describe-copying, describe-gnu-project)
5165 (view-todo, view-order-manuals, view-emacs-problems): Use it.
5166 (view-emacs-debugging, view-external-packages): New commands.
5167 (help-map): Move describe-distribution to C-h C-o (ordering).
5168 Move view-emacs-problems to C-h C-p (problems).
5169 Bind view-emacs-debugging to C-h C-d (debugging).
5170 Bind view-external-packages to C-h C-e (extras).
5171 (help-for-help-internal): Cleanup and align descriptions.
5172 Remove command names to reduce clutter.
5173
5174 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
5177 and quieter face (not a warning).
5178
5179 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
5180
5181 * vc.el (vc-status-crt-marked): New variable.
5182 (vc-status-mode): Make it local.
5183 (vc-status-refresh): Use it to save the marked files.
5184 (vc-update-vc-status-buffer): Use it to restore the marked files.
5185
5186 * vc-svn.el (vc-svn-after-dir-status):
5187 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
5188
5189 2008-02-29 Glenn Morris <rgm@gnu.org>
5190
5191 * allout.el (allout-topic-encryption-bullet)
5192 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
5193 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
5194 from 22.0 to 22.1.
5195
5196 * net/imap.el (imap-ping-server):
5197 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
5198 Change defcustom :version from 23.0 to 23.1.
5199
5200 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * desktop.el (desktop-save): Save the buffer name if the
5203 uniquified base name is empty.
5204
5205 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
5206
5207 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
5208 correctly when user has "set print address off".
5209
5210 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
5211
5212 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
5213 version number of the next major Emacs release, not 23.0.
5214
5215 * longlines.el (longlines-unload-function): New function.
5216
5217 2008-02-28 Juri Linkov <juri@jurta.org>
5218
5219 * startup.el (normal-splash-screen): Add argument `concise'.
5220 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
5221 to the created buffer. If `concise' is non-nil, call
5222 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
5223 (display-startup-screen): Add argument `concise' to the call to
5224 `normal-splash-screen'.
5225
5226 2008-02-28 Kim F. Storm <storm@cua.dk>
5227
5228 * startup.el (startup-echo-area-message): Check for about-emacs.
5229
5230 2008-02-28 Juri Linkov <juri@jurta.org>
5231
5232 * startup.el: Always add initial message to *scratch* buffer if
5233 `initial-scratch-message' is non-nil regardless of the value of
5234 `inhibit-startup-screen'.
5235 (inhibit-startup-screen, initial-scratch-message): Doc fix.
5236 (command-line-1): Move code that inserts `initial-scratch-message'
5237 up before the if-form that checks for `inhibit-startup-screen'.
5238 Suggested by Jonathan Rockway <jon@jrock.us>.
5239
5240 2008-02-28 Juri Linkov <juri@jurta.org>
5241
5242 * cus-edit.el (custom-mode-map, custom-mode-link-map):
5243 Rename `custom-mode' to `Custom-mode' in docstrings.
5244 (custom-buffer-create-internal, customize-browse):
5245 Rename `custom-mode' to `Custom-mode'.
5246 (custom-mode-hook): Rename to `Custom-mode-hook'.
5247 (Custom-mode-hook): Renamed from `custom-mode-hook'.
5248 (custom-mode): Rename to `Custom-mode'.
5249 (Custom-mode): Renamed from `custom-mode'. Doc fix.
5250 (custom-mode): Add backward-compatible non-interactive variant of
5251 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
5252 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
5253
5254 * info-look.el: Rename `custom-mode' to `Custom-mode'.
5255
5256 * emulation/viper.el (viper-emacs-state-mode-list):
5257 Rename `custom-mode' to `Custom-mode'.
5258
5259 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
5260 Capitalize "Tagged Files".
5261 (minibuffer-local-map): Add menu items for next/previous
5262 history elements and isearch history forward/backward.
5263
5264 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
5265 `hs-isearch-open' with t instead of `comment' in :selected
5266 for "Code and Comment blocks" menu item.
5267
5268 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * uniquify.el (uniquify-buffer-base-name): Undo last change.
5271 Should be done in desktop.el instead.
5272
5273 2008-02-28 Glenn Morris <rgm@gnu.org>
5274
5275 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
5276
5277 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
5278
5279 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
5280 (Info-menu, Info-goto-node): Remove declarations.
5281 (report-emacs-bug-info): Use info rather than Info-goto-node.
5282
5283 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
5284 (idlwave-convert-xml-system-routine-info): Don't require xml.
5285 (idlwave-show-commentary, idlwave-shell-show-commentary):
5286 Don't require finder.
5287 (idlwave-info): Don't require info. Use info rather than
5288 Info-goto-node.
5289
5290 * textmodes/org.el (Info-goto-node): Remove declaration.
5291 (org-info): Use info rather than Info-goto-node.
5292
5293 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
5294 (reftex-info): Don't require info. Use info rather than Info-goto-node.
5295
5296 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
5297
5298 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
5299 the menu.
5300
5301 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
5302 (vc-finish-logentry): Check for vc-status-mode, not only for
5303 vc-dired-mode.
5304
5305 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
5306
5307 * isearch.el (isearch-printing-char): Don't check
5308 keyboard-coding-system.
5309 Call isearch-process-search-multibyte-characters only when
5310 current-input-method is non-nil.
5311
5312 2008-02-27 Kim F. Storm <storm@cua.dk>
5313
5314 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
5315 (glyph-char, glyph-face): Handle cons encoding.
5316
5317 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
5318
5319 * uniquify.el (uniquify-buffer-base-name): If the base name is an
5320 empty string, return nil to allow the caller to default to the
5321 buffer name. Reported by Martin Fischer <parozusa@web.de>.
5322
5323 * tool-bar.el (tool-bar-setup): Doc fix.
5324
5325 * mail/supercite.el (sc-describe):
5326 Fix typos in obsolescence declaration.
5327
5328 2008-02-27 Glenn Morris <rgm@gnu.org>
5329
5330 * autoinsert.el (auto-insert-alist): Change permission text to
5331 match FSF's GPLv3 form.
5332
5333 * mail/supercite.el (sc-cite-original): Doc fix.
5334 (sc-version): Make obsolete.
5335 (sc-describe): Show the SC info page. Make obsolete.
5336
5337 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
5340 when using transient-mark-mode.
5341 (default-indicate-unused-lines): Remove unused var.
5342
5343 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
5344
5345 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
5346 and previous.
5347
5348 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
5349
5350 2008-02-26 Glenn Morris <rgm@gnu.org>
5351
5352 * net/net-utils.el (top-level): Don't require comint when compiling.
5353 (nslookup-font-lock-keywords): Don't require font-lock.
5354 Use font-lock faces rather than variables.
5355 (nslookup, ftp, smbclient, network-service-connection):
5356 Don't require comint.
5357 (comint-prompt-regexp, comint-input-autoexpand)
5358 (comint-input-ring): Declare for compiler.
5359 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
5360 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
5361
5362 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
5363 doc-string.
5364
5365 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * doc-view.el (doc-view-current-page): Add a `win' argument.
5368
5369 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
5372 Demote it to plain defvar.
5373 (doc-view-conversion-refresh-interval): Reduce interval.
5374 (doc-view-goto-page): Allow moving to pages not yet rendered.
5375 (doc-view-goto-page): Construct a file name rather than extracting it
5376 from doc-view-current-files.
5377 (doc-view-kill-proc): Ignore errors from kill-process.
5378 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
5379 (doc-view-insert-image): Use appropriate text if the page hasn't been
5380 rendered yet. Adjust scrolling so the text is displayed.
5381 (doc-view-display): Detect not just that a page is available, but also
5382 that it wasn't available before, so as to avoid refreshing all pages
5383 repeatedly.
5384 (doc-view-mode): Make doc-view-cache-directory if needed.
5385
5386 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5387
5388 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
5389 toggle-read-only.
5390
5391 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
5392 refering to a missing required field with the OPT prefix.
5393 Make unwindform more robust.
5394
5395 * textmodes/bibtex.el: Remove support for hideshow minor mode as
5396 it duplicates the bibtex support in progmodes/hideshow.el.
5397 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
5398 entries that do not start at the beginning of a line.
5399
5400 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
5403
5404 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
5405
5406 * help-fns.el (describe-variable): Add phrases about
5407 initialization file with and without customization;
5408 use new button type help-info-variable.
5409
5410 * help-mode.el (help-info-variable):
5411 New button able to read Info files for help-fns.el.
5412
5413 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
5414
5415 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
5416 (grep-mode): Use grep-mode-tool-bar-map.
5417
5418 * progmodes/compile.el (tool-bar): Require tool-bar.
5419 (compilation-mode-tool-bar-map): New variable.
5420 (compilation-mode): Use compilation-mode-tool-bar-map.
5421
5422 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
5423
5424 2008-02-25 Glenn Morris <rgm@gnu.org>
5425
5426 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
5427
5428 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * diff-mode.el (diff-file-junk-re): New const.
5431 (diff-beginning-of-file-and-junk): Use it.
5432 (diff-file-kill): Make sure we were really inside a file diff.
5433
5434 * diff-mode.el: Make it more robust in the presence of empty context
5435 lines in unified hunks.
5436 (diff-valid-unified-empty-line): New var.
5437 (diff-unified->context, diff-sanity-check-hunk): Obey it.
5438 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
5439 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
5440 (diff-hunk-header-re-unified): New const.
5441 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
5442 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
5443 (diff-sanity-check-hunk): Use it.
5444
5445 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
5446 Index: line, don't search backward for the previous one.
5447
5448 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
5449
5450 * international/fontset.el (setup-default-fontset): Add non-OTF
5451 lao font for lao script.
5452
5453 * language/tibetan.el: Register tibetan-composition-function in
5454 composition-function-table.
5455
5456 * language/tibet-util.el (tibetan-composition-function):
5457 Adjust for the new calling way (argument changed). Try font-shape-text
5458 if possible.
5459
5460 * language/lao.el: Register lao-composition-function in
5461 composition-function-table.
5462
5463 * language/lao-util.el (lao-composition-function): Adjust for the new
5464 calling way (argument changed). Try font-shape-text if possible.
5465
5466 2008-02-25 Jason Rumney <jasonr@gnu.org>
5467
5468 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
5469
5470 2008-02-25 Juri Linkov <juri@jurta.org>
5471
5472 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
5473 background, "red4" for a dark background, "red" for 16 and
5474 8 colors, "grey" for grayscale, and inverse video otherwise.
5475 Add :version tag.
5476 (isearch-message): Keep the original isearch-message intact, and
5477 add text properties to it where necessary. Add `isearch-error' to
5478 the condition that checks if isearch is unsuccessful.
5479
5480 2008-02-24 Juri Linkov <juri@jurta.org>
5481
5482 * progmodes/compile.el (compilation-handle-exit):
5483 Use compilation-error face instead of font-lock-warning-face.
5484 Display the same message in the minibuffer as is inserted
5485 at the end of the compilation buffer.
5486
5487 2008-02-24 Glenn Morris <rgm@gnu.org>
5488
5489 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
5490 multiple file case.
5491
5492 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
5493
5494 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
5495 multiple file case. Use a single `let' rather than two.
5496
5497 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5498
5499 * progmodes/compile.el (compilation-start): Specify a face for
5500 mode-line-process.
5501 (compilation-handle-exit): Specify a face and a tooltip for
5502 mode-line-process.
5503
5504 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5505
5506 * hilit-chg.el: Remove spurious * in defcustom docstrings.
5507 (hilit-chg-make-ov): Simplify.
5508 (hilit-chg-fixup): Use remove-overlays.
5509 (hilit-chg-set-face-on-change): Remove redundant call to
5510 `remove-text-properties'.
5511
5512 * dired.el (dired-mark-prompt): Don't count/display the t element.
5513 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
5514
5515 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5516
5517 * progmodes/verilog-mode.el (eval-when-compile): Don't define
5518 add-submenu.
5519 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
5520 Remove. Move contents to the only use ...
5521 (verilog-menu): ... here.
5522 (verilog-statement-menu): Remove. Move contents to the only use ...
5523 (verilog-stmt-menu): ... here.
5524 (verilog-mark-defun): Simply call mark-defun for emacs.
5525 (occur-pos-list): Declare for byte compiler.
5526 (mode-popup-menu): Don't defvar.
5527 (verilog-add-statement-menu): Remove.
5528 (verilog-mode-hook): Don't add verilog-add-statement-menu.
5529 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
5530
5531 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5532
5533 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
5534 conditional.
5535 (verilog-font-grouping-keywords-face): Make the begin..end
5536 keywords standout more than other verilog keywords.
5537 (verilog-type-font-keywords): Move the begin..end out of this list
5538 to facilitate making them to (potentially) stand out more.
5539 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
5540 function & task blocks.
5541 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
5542 initial, function & task blocks.
5543 (verilog-forward-sexp): Handle the new "disable fork" statement of
5544 IEEE-1800 Verilog.
5545 (verilog-beg-block-re-ordered): Handle the new "disable fork"
5546 statement of IEEE-1800 Verilog.
5547 (verilog-calc-1): Handle the new "disable fork" statement of
5548 IEEE-1800 Verilog.
5549 (verilog-disable-fork-re): Add const to help handle the new
5550 "disable fork" statement of IEEE-1800 Verilog.
5551 (verilog-declaration-core-re): Add port directions by themselves,
5552 with no qualification, as base item of a declaration.
5553 (verilog-pretty-declarations): Add new flag to ask it to refrain
5554 from printing to the message buffer.
5555 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
5556 printing to the message buffer. Improve handling of the many
5557 types of expression line up.
5558 (verilog-just-one-space): Remove printing of an empty message.
5559 (verilog-get-lineup-indent): Rework to support the better handling
5560 of expression lineup for verilog-pretty-expr.
5561 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5562
5563 2008-02-24 Alan Mackenzie <acm@muc.de>
5564
5565 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
5566 yesterday's commit.
5567
5568 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5569
5570 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
5571 to mouse-set-point in buffers that aren't associated with files.
5572
5573 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
5574
5575 2008-02-24 Alan Mackenzie <acm@muc.de>
5576
5577 Set of changes so that "obtrusive" syntactic elements in a
5578 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
5579 unmatched paren) don't interact syntactically with stuff outside
5580 the CPP line.
5581
5582 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
5583 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
5584 off-by-one bug.
5585 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
5586 a bit of refactoring.
5587 (c-awk-extend-and-syntax-tablify-region): Takes some of the
5588 functionality of c-awk-advise-fl-for-awk-region, which has been
5589 refactored away.
5590
5591 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
5592 (c-clear-char-property-with-value): New function and macro which
5593 remove text-properties `equal' to a supplied value.
5594
5595 * progmodes/cc-engine.el: Comment about text properties amended.
5596
5597 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
5598 parens around "error\\|warning".
5599
5600 * progmodes/cc-langs.el (c-get-state-before-change-function)
5601 (c-before-font-lock-function, c-anchored-cpp-prefix):
5602 New language variables.
5603 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
5604
5605 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
5606 syntax-table text properties.
5607 (c-common-init): Call language specific before/after-change
5608 functions at mode initialisation.
5609 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
5610 (c-extend-region-for-CPP, c-neutralize-CPP-line)
5611 (c-neutralize-syntax-in-CPP): New functions.
5612 (c-before-change, c-after-change): Call the new language specific
5613 change functions defined in cc-langs.el.
5614 (c-advise-fl-for-region): New macro.
5615 (awk-mode): Remove AWK specific stuff which has been refactored
5616 into language independent stuff.
5617
5618 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
5619
5620 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
5621 (gdb): (Re)set gdb-flush-pending-output to nil here...
5622 (gdb-init-1): ...instead of here (before gdb-prompt).
5623
5624 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5627 Recognize ''' just like any other char-constant.
5628
5629 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
5632 careful enough. Detect the uid-change all within the main loop.
5633
5634 2008-02-24 Stefan Monnier <monnier@pastel.home>
5635
5636 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
5637
5638 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * hilit-chg.el (highlight-save-buffer-state): New macro.
5641 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
5642 (hilit-chg-clear): Use it to preserve the modified-p flag.
5643 (highlight-changes-rotate-faces): Don't mess with the undo-list.
5644
5645 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * font-lock.el (font-lock-set-defaults): Unset previously set variables
5648 when needed.
5649
5650 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
5651
5652 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
5653 from gnus-button-url-regexp.
5654
5655 2008-02-24 Eli Zaretskii <eliz@gnu.org>
5656
5657 * progmodes/compile.el (compilation-next-error): Doc fix.
5658 (compilation-find-file): Doc fix.
5659
5660 2008-02-24 Glenn Morris <rgm@gnu.org>
5661
5662 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
5663 Add obsolete aliases to the old names.
5664
5665 2008-02-24 Richard Stallman <rms@gnu.org>
5666
5667 * net/net-utils.el (ifconfig): Rename from ipconfig.
5668 (ipconfig): Alias to ifconfig.
5669 (ifconfig-program): Rename from ipconfig-program.
5670 (ifconfig-program-options): Rename from ipconfig-program-options.
5671
5672 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
5673
5674 * progmodes/verilog-mode.el (verilog-declaration-core-re):
5675 Add port directions by themselves, with no qualification, as base
5676 item of a declaration.
5677 (verilog-pretty-declarations): Add new flag that inhibits printing
5678 to the message buffer.
5679 (verilog-pretty-expr): Add new flag that inhibits printing to the
5680 message buffer. Improve handling of the many types of expression
5681 line up.
5682 (verilog-just-one-space): Don't print an empty message.
5683 (verilog-get-lineup-indent): Rework to support the better handling
5684 of expression lineup for verilog-pretty-expr.
5685 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
5686 (verilog-mode-version, verilog-mode-release-date): Update.
5687
5688 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * subr.el (cancel-change-group): Don't move point.
5691
5692 2008-02-23 Markus Triska <markus.triska@gmx.at>
5693
5694 * linum.el (linum-after-config): Update all visible windows.
5695
5696 2008-02-23 Glenn Morris <rgm@gnu.org>
5697
5698 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
5699 Add :help for Solitaire and Tetris.
5700
5701 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
5702
5703 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
5704 (smtpmail-code-conv-from): Doc fix. Fix custom type.
5705 (smtpmail-queue-index-file): Make it a defcustom.
5706 (smtpmail-queue-index): Delete.
5707 (smtpmail-send-it, smtpmail-send-queued-mail):
5708 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
5709 smtpmail-queue-index.
5710
5711 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5712 Add :version.
5713
5714 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
5715
5716 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
5717 New variables.
5718 (iwconfig): New function.
5719
5720 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
5721
5722 * vc.el (vc-find-revision): Make vc-parent-buffer local before
5723 setting it.
5724 (vc-status-menu-map): Do not define using easy-menu.
5725 (vc-status-menu-map): New defalias.
5726 (vc-status-mode-map): Hook up the menu.
5727 (top-level): Update TODO.
5728
5729 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
5730
5731 * vc-bzr.el (vc-bzr-init-version): Rename to ...
5732 (vc-bzr-init-revision): ... this.
5733
5734 2008-02-23 Jason Rumney <jasonr@gnu.org>
5735
5736 * makefile.w32-in (WINS_ALMOST): Remove term.
5737 (WINS): Add term here.
5738 (custom-deps, finder-data): Use WINS_ALMOST.
5739
5740 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * faces.el (font-weight-table): Fix value of `semi-light'.
5743
5744 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
5747 Make those tables bijective.
5748
5749 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
5750
5751 Finish pdbtrack integration cleanup, settling missing-functions
5752 byte compiler warnings appropriately.
5753
5754 * progmodes/python.el (python-point): Remove this - beginning-of-line
5755 was all that was necessary for `python-pdbtrack-overlay-arrow'.
5756 (python-end-of-def-or-class, python-beginning-of-def-or-class)
5757 (python-goto-initial-line): Drop these - they were only needed for
5758 python-point.
5759 (python-comint-output-filter-function): Use condition-case and
5760 beginning-of-line directly, instead of python-mode.el functions
5761 which require all sorts of baggage.
5762 (point-safe): Unnecessary - we're using condition-case directly,
5763 instead.
5764 (python-execute-file): Include for python-shell, which I'm leaving
5765 in keeping despite it being unnecessary for pdb tracking.
5766
5767 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
5768
5769 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5770 Add SRFI 11 support.
5771 (let-values, let*-values): Specify scheme-indent-function.
5772
5773 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5774
5775 * vc.el (vc-exec-after): Move setting mode-line-process in the
5776 busy case ...
5777 (vc-set-mode-line-busy-indicator): ... in this new function.
5778 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
5779 (vc-update-vc-status-buffer): Reset mode-line-process.
5780 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
5781 mark/unmark all the files with the same state as the current one.
5782 With a prefix argument mark/unmark all files.
5783 (vc-status-mode-menu): Adjust strings.
5784 (vc-update-vc-status-buffer): Only do something when the argument
5785 is not nil.
5786 (vc-status-kill-dir-status-process): New function.
5787 (vc-status-mode-map): Bind it.
5788 (vc-status-process-buffer): New variable.
5789 (vc-status-mode): Make it local.
5790 (vc-status-refresh): Set it.
5791
5792 * vc-hg.el (vc-hg-dir-status):
5793 * vc-git.el (vc-git-dir-status):
5794 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
5795 command is run.
5796
5797 2008-02-22 Glenn Morris <rgm@gnu.org>
5798
5799 * json.el (top-level): No need to require thingatpt.
5800 (json-read-keyword): Use thing-at-point rather than word-at-point.
5801
5802 * time.el (top-level): No need to require time-date when compiling.
5803
5804 * emacs-lisp/copyright.el (copyright-update-year):
5805 Fix subexpression numbering for the case when years are split over
5806 lines, and for the replace case.
5807
5808 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
5809 (tpu-caar, tpu-cadr): Delete functions.
5810 (zmacs-regions): No need to declare for compiler.
5811 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
5812 (tpu-spell-check): Rewrite, and handle mark after point.
5813 (tpu-special-insert): Use or rather than if.
5814
5815 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
5816 rather than spell-region.
5817
5818 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
5819 warnings about spell-region.
5820
5821 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
5822
5823 * ldefs-boot.el: Regenerated.
5824
5825 * loadup.el: Don't load language/devanagari, language/kannanda,
5826 language/malayalam, and language/tamil. Load language/sinhala.
5827
5828 * language/indian.el (indian-font-foundry)
5829 (indian-script-language-alist, indian-font-char-index-table)
5830 (indian-font-char, indian-font-char-range, indian-script-table)
5831 (indian-default-script, indian-composable-pattern): Delete them.
5832 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
5833 language environments moved to here.
5834 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
5835 New language environments.
5836
5837 * language/devanagari.el, language/devan-util.el,
5838 * language/kannanda.el, language/knd-util.el, language/malayalam.el,
5839 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
5840 Delete them.
5841
5842 * language/sinhala.el: New file.
5843
5844 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
5845
5846 Update Nick Robert's port of pdb tracking from python-mode.el.
5847
5848 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
5849 Clarify docstring.
5850 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
5851 tracking is happening.
5852 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
5853 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
5854 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
5855 Tracking is plugged in to all comint buffers once python.el is loaded.
5856 (python-pdbtrack-overlay-arrow): Toggle activation of
5857 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
5858 (python-pdbtrack-track-stack-file): Use new
5859 `python-pdbtrack-get-source-buffer' for more flexible access to
5860 debugging source files.
5861 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
5862 according to pdb stack trace, optionally using new
5863 `python-pdbtrack-grub-for-buffer' if file is not locally available.
5864 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
5865 named buffer, or having function with indicated name.
5866 (python-shell): Remove comint-output-filter-functions hook
5867 addition, it's being done elsewhere. Wrap long line.
5868
5869 2008-02-21 Michael Olson <mwolson@gnu.org>
5870
5871 * json.el: Replace XEmacs compatibility code to get rid of
5872 compiler warnings.
5873
5874 * time.el: Fix compiler warning.
5875
5876 2008-02-21 Edward O'Connor <ted@oconnor.cx>
5877
5878 * json.el: New file (JavaScript Object Notation parser / generator).
5879
5880 2008-02-21 Dave Love <fx@gnu.org>
5881
5882 * progmodes/sym-comp.el: New file.
5883
5884 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
5885 Require sym-comp. Add Python buffer to same-window-buffer-names.
5886 Fixup whitespaces.
5887 (python-font-lock-keywords): Add highlighting for Python builtins.
5888 (python-font-lock-syntactic-keywords): Rewrite.
5889 (python-quote-syntax): Use syntax-ppss-context instead of parsing
5890 ppss directly.
5891 (python-mode-map): Add binding for python-find-function.
5892 (python-calculate-indentation): Clean up the logic.
5893 (python-beginning-of-defun): Explicitly set return value.
5894 (python-beginning-of-statement): Stop looping if we get stuck
5895 going backwards.
5896 (python-next-statement): Stop looping if we somehow end up inside
5897 a string while advancing.
5898 (python-preoutput-continuation, python-version-checked): New vars.
5899 (python-check-version): New function.
5900 (run-python): Set default command to python-command instead of
5901 python-python-command.
5902 (run-python): Use python-check-version. Give PYTHONPATH
5903 precedence over data-directory in the process environment.
5904 Load function definitions in python process after.
5905 (python-check-comint-prompt): New function.
5906 (python-send-command, python-send-receive): Use it.
5907 (python-complete-symbol, python-try-complete): Functions deleted.
5908 Use symbol-complete instead of python-complete-symbol throughout.
5909 (python-fill-paragraph): Further refine the fenced-string regexp.
5910 (def-python-skeleton): Expand to the original abbrev instead if in
5911 a comment or string. Tweak skeletons for `if', `while', `for',
5912 `try/except', `try/finally', `name'.
5913 (python-pea-hook, python-abbrev-pc-hook): New functions.
5914 (python-abbrev-syntax-table): New var.
5915 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
5916 Use symbol-completion-try-complete for hippie expansion.
5917 Turn on font lock unconditionally.
5918 (python-mode-hook): Defcustom it. No need to use make-local
5919 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
5920 option, since it's buffer-local.
5921
5922 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
5923
5924 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
5925
5926 2008-02-21 Drew Adams <drew.adams@oracle.com>
5927
5928 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
5929 "Turn off" and a "Help" entry when the minor mode has no menu.
5930
5931 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * vc.el (vc-status-mark, vc-status-unmark): New functions.
5934 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
5935 vc-status-mark-file and vc-status-unmark-file.
5936 (vc-status-mark-unmark): New function.
5937 (vc-status-previous-line, vc-status-next-line): No longer interactive.
5938
5939 2008-02-21 Glenn Morris <rgm@gnu.org>
5940
5941 * composite.el (encode-composition-rule): Fix typo in error message.
5942 (composition-function-table, auto-composition-mode): Doc fixes.
5943
5944 * subr.el (sit-for): Fix obsolete form for nil second argument.
5945
5946 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
5947 (spell-string): Make obsolete, in favor of ispell.
5948
5949 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
5950
5951 * language/devanagari.el: Don't setup composition-function-table
5952 here.
5953 ("Devanagari"): Change charset, coding-system, coding-priority to
5954 Unicode-based ones. Don't require the feature devan-util.
5955
5956 * composite.el (compose-chars-after): Fix arguments for a function
5957 in composition-function-table.
5958 (auto-compose-region): Likewise.
5959
5960 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
5961 for Ethiopic.
5962 (ps-mule-plot-string): Ignore glyph-string based compositions.
5963
5964 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * doc-view.el: Allow different windows to show different pages.
5967 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
5968 (doc-view-current-image, doc-view-current-overlay): Remove variables,
5969 add them back as macros instead, using image-mode-winprops instead.
5970 Update all users of those variables.
5971 (doc-view-new-window-function): New function to create a new overlay
5972 for each new window.
5973 (doc-view-mode): Use it and image-mode-setup-winprops.
5974 (doc-view-clone-buffer-hook): Rewrite accordingly.
5975
5976 * image-mode.el: Extend [hv]scroll support to per-window properties.
5977 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
5978 (image-mode-winprops-alist): New var to replace them.
5979 (image-mode-new-window-functions): New hook.
5980 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
5981 New funs.
5982 (image-set-window-vscroll, image-set-window-hscroll): Use them.
5983 Remove the `window' argument, update callers.
5984 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
5985 Use the new functions.
5986 (image-mode-reapply-winprops): New fun.
5987 (image-mode): Use it.
5988
5989 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
5990
5991 * calc/calc-math.el (math-sin-raw): Add optional argument
5992 to keep track of original argument.
5993 (math-cos-raw): Use optional argument when calling math-sin-raw.
5994 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
5995 with close to original precision.
5996
5997 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5998
5999 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
6000 args in calls of sit-for.
6001
6002 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
6003
6004 * vc-svn.el (vc-svn-program): Fix typo in docstring.
6005 (vc-svn-checkin): Fix typo in error message.
6006
6007 * help-mode.el: Require easymenu when compiling.
6008
6009 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * help-mode.el (help-mode-menu): New menu.
6012
6013 2008-02-20 Glenn Morris <rgm@gnu.org>
6014
6015 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
6016 on Windows.
6017
6018 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
6019
6020 * ps-mule.el (ps-mule-encode-region): Return a single string.
6021 (ps-mule-plot-string): Adjust for the above change.
6022 (ps-mule-encode-header-string): Likewise.
6023
6024 * international/latin1-disp.el (latin1-display): Don't use
6025 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
6026 standard-display-table.
6027 (latin1-display-identities): Adjust for the change of what is
6028 returned by (get-language-info charset 'charset).
6029
6030 * international/mule-util.el (char-displayable-p): Fix for Latin-1
6031 characters and terminal case.
6032
6033 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
6034
6035 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
6036
6037 * progmodes/python.el: Also require comint when loading.
6038 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
6039 Replace python-shell with run-python on menu bar.
6040 (python-shell-map): New map.
6041 (python-default-interpreter, python-python-command-args)
6042 (python-jython-command-args, python-pdbtrack-do-tracking-p):
6043 New options.
6044 (python-which-shell, python-which-args, python-which-bufname):
6045 New buffer local variables.
6046 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
6047
6048 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
6049 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
6050 New constants.
6051
6052 Pdbtrack features:
6053
6054 (python-point, python-end-of-def-or-class)
6055 (python-beginning-of-def-or-class, python-goto-initial-line)
6056 (python-comint-output-filter-function)
6057 (python-pdbtrack-overlay-arrow)
6058 (python-pdbtrack-track-stack-file, python-toggle-shells)
6059 (python-shell, python-pdbtrack-toggle-stack-tracking)
6060 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
6061 New functions.
6062
6063 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
6066 when the argument is nil.
6067
6068 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6069
6070 * vc.el (dir-status): Add a brief description.
6071
6072 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
6073
6074 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
6075 If non-nil, reverse the sense of the check.
6076
6077 * vc-rcs.el (vc-rcs-root): New func.
6078 * vc-cvs.el (vc-cvs-root): New func.
6079 * vc-svn.el (vc-svn-root): New func.
6080 * vc-sccs.el (vc-sccs-root): New func.
6081
6082 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
6083
6084 * language/japan-util.el (setup-japanese-environment-internal):
6085 Call use-cjk-char-width-table.
6086
6087 * language/japanese.el ("Japanese"): Set exit-function to
6088 use-default-char-width-table.
6089
6090 * international/characters.el: Delete occurrences of non-Unicode
6091 tibetan and ethiopic characters.
6092 (cjk-char-width-table): New variable.
6093 (use-cjk-char-width-table, use-default-char-width-table):
6094 New functions.
6095
6096 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6097
6098 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
6099 (vc-status-mode-menu): Add a :filter.
6100 (vc-status-printer): Add faces.
6101
6102 * vc-hg.el (vc-hg-extra-status-menu): New function.
6103 (vc-hg-dir-status): Clean up the buffer before using it.
6104
6105 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
6108 (gdb): Initialize it here instead.
6109
6110 * files.el (locate-dominating-file): Fix thinko in last change.
6111 Reported by Bruce Stephens <bruce.stephens@isode.com>.
6112
6113 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * vc.el (vc-status-mode-menu): New menu for vc-status.
6116
6117 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
6118
6119 * progmodes/verilog-mode.el (customize): Fix typo in error message.
6120 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
6121 (verilog-mode-auto, verilog-indent-level-module)
6122 (verilog-minimum-comment-distance, verilog-library-flags)
6123 (verilog-library-directories, verilog-library-files)
6124 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
6125 (verilog-xemacs-menu, verilog-set-compile-command)
6126 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
6127 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
6128 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
6129 (verilog-batch-inject-auto, verilog-batch-indent)
6130 (verilog-continued-line, verilog-type-keywords)
6131 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
6132 (verilog-read-inst-pins, verilog-read-arg-pins)
6133 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
6134 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
6135 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
6136 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
6137 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
6138 (verilog-mode-version, verilog-mode-release-date)
6139 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
6140 (verilog-simulator, verilog-compiler)
6141 (verilog-auto-sense-defines-constant, verilog-company)
6142 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
6143 Fix typos in docstrings.
6144 (verilog-set-auto-endcomments, verilog-calculate-indent)
6145 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
6146 Reflow docstrings.
6147 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
6148 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
6149 (electric-verilog-forward-sexp, verilog-in-case-region-p)
6150 (verilog-in-struct-region-p, verilog-in-generate-region-p)
6151 (verilog-leap-to-head, verilog-current-indent-level)
6152 (verilog-case-indent-level, verilog-cpp-keywords)
6153 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
6154 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
6155 (verilog-signals-not-in, verilog-symbol-detick-text)
6156 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
6157 (verilog-forward-close-paren, verilog-backward-open-paren)
6158 (verilog-backward-open-bracket): Doc fixes.
6159
6160 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
6161 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
6162 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
6163 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
6164 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
6165 Fix typos in docstrings.
6166
6167 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
6168
6169 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
6170
6171 * info.el (Info-read-node-name): Removed unused `default' arg.
6172
6173 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
6174
6175 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
6176
6177 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * image-mode.el (image-get-display-property): New fun.
6180 (image-forward-hscroll, image-next-line, image-eol, image-eob)
6181 (image-mode, image-minor-mode, image-toggle-display-text)
6182 (image-toggle-display): Use it.
6183
6184 2008-02-18 Jason Rumney <jasonr@gnu.org>
6185
6186 * international/mule.el (xml-find-file-coding-system): Don't warn
6187 about utf-16 with BOM.
6188
6189 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
6190
6191 * international/mule.el (sgml-xml-auto-coding-function): Detect and
6192 warn if file encoding is not utf-8 and encoding not specified.
6193 (xml-find-file-coding-system): New function.
6194 * international/mule-conf.el (file-coding-system-alist): Use it.
6195
6196 2008-02-17 Glenn Morris <rgm@gnu.org>
6197
6198 * international/mule-cmds.el (set-locale-environment):
6199 Pass `frame' to getenv for LC_MESSAGES.
6200
6201 2008-02-17 Juri Linkov <juri@jurta.org>
6202
6203 * time.el (emacs-init-time): Use format instead of format-seconds.
6204
6205 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6206
6207 * textmodes/bibtex.el (bibtex-search-entry): Rename from
6208 bibtex-find-entry. Add autoload cookie.
6209 (bibtex-find-entry): Alias for bibtex-search-entry.
6210 (bibtex-search-crossref): Rename from bibtex-find-crossref.
6211 (bibtex-find-crossref): Alias for bibtex-search-crossref.
6212 (bibtex-clean-entry): atomic-change-group removed.
6213 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
6214 to locate buffer location where error occurred.
6215 Make error messages more specific.
6216 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
6217
6218 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
6219
6220 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
6221 top level.
6222
6223 * simple.el (transient-mark-mode): Add an :init-value.
6224
6225 * startup.el (command-line): Use custom-reevaluate-setting for
6226 transient-mark-mode.
6227
6228 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
6229
6230 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
6231
6232 2008-02-16 Juri Linkov <juri@jurta.org>
6233
6234 * startup.el (after-init-time): New variable.
6235 (command-line): Set `after-init-time' to the current time.
6236
6237 * time.el (emacs-init-time): New function.
6238
6239 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * files.el (locate-dominating-file): Remove initial loop because it's
6242 not careful enough. Detect the uid-change all within the main loop.
6243
6244 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
6245
6246 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
6247
6248 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6249
6250 * vc.el (vc-annotate): Add new argument.
6251 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
6252
6253 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
6254 Move make-variable-buffer-local code after the corresponding defvar.
6255 (hs-minor-mode-map): Define and initialize in one step.
6256 (hs-minor-mode): Change from defun to define-minor-mode.
6257
6258 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
6259
6260 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
6261 (gdb-ready): Move declaration...
6262
6263 * progmodes/gdb-ui.el (gdb-ready): ...to here.
6264 (gdb-early-user-input): New variable.
6265 (gdb): Reset gdb-flush-pending-output to nil and set
6266 comint-input-sender here (before gdb-prompt), instead of...
6267 (gdb-init-1): ...here.
6268 (gdb-send): If Emacs is not ready, defer user input to...
6269 (gdb-prompt): ...here.
6270
6271 2008-02-16 Glenn Morris <rgm@gnu.org>
6272
6273 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
6274
6275 * startup.el (emacs-startup-time): Rename to `before-init-time'.
6276 (before-init-time): New name for `emacs-startup-time'.
6277 (command-line): Use before-init-time rather than emacs-startup-time.
6278 * time.el (emacs-uptime): Use before-init-time rather than
6279 emacs-startup-time.
6280
6281 * composite.el (composition-function-table): Doc fix.
6282
6283 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
6284 in favor of `%z' specifier.
6285 (emacs-uptime): Move to time.el.
6286 * time.el (emacs-uptime): Move here from time-date.el. Add optional
6287 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
6288 argument of format-seconds.
6289
6290 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
6291
6292 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
6293
6294 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
6295
6296 * ielm.el (ielm-is-whitespace): Remove.
6297 (ielm-is-whitespace-or-comment): New function.
6298 (ielm-eval-input): Use it.
6299
6300 2008-02-15 Jason Rumney <jasonr@gnu.org>
6301
6302 * term/mac-win.el: Fix coding tag.
6303
6304 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
6305
6306 * vc-hooks.el (vc-menu-map):
6307 * bindings.el (mode-line-mode-menu): Add tooltips.
6308
6309 * bindings.el (help-echo): Add more tooltips. Use a less
6310 telegraphic style for existing tooltips.
6311
6312 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
6315 from the auto-generated one.
6316
6317 2008-02-14 Glenn Morris <rgm@gnu.org>
6318
6319 * mail/rmail-spam-filter.el (rmail-spam-filter):
6320 Let-bind message-spam-status.
6321
6322 * mail/smtpmail.el (password-cache-add): Declare as function.
6323
6324 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
6325
6326 * mail/smtpmail.el: Use password-cache.
6327
6328 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * uniquify.el (uniquify-buffer-base-name): New function.
6331 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6332
6333 * desktop.el (uniquify-managed): Don't defvar.
6334 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
6335 `uniquify-managed'. Return also the buffer's base name.
6336 (desktop-save): When saving the buffer info, filter out the base name,
6337 and save it as buffer name if the buffer is managed by uniquify.
6338 (uniquify-item-base): Don't declare; not called anymore.
6339
6340 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
6341
6342 * vc.el (vc-annotate-find-revision-at-line): New function.
6343 (vc-annotate-mode-map): Bind it.
6344 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
6345 some entries.
6346
6347 2008-02-14 Glenn Morris <rgm@gnu.org>
6348
6349 * calendar/time-date.el (format-seconds): New function.
6350 (emacs-uptime): Use format-seconds.
6351
6352 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6353 Remove `LC_ALL=C', since it's included in $(emacs) now.
6354
6355 2008-02-14 Zhang Wei <id.brep@gmail.com>
6356
6357 * textmodes/org-publish.el (org-publish-timestamp-filename):
6358 Replace colon characters in filename too.
6359
6360 2008-02-13 Bastien Guerry <bzg@altern.org>
6361
6362 * mail/rmail.el (rmail-header-name): New face.
6363 (rmail-font-lock-keywords): Use rmail-header-name.
6364
6365 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
6366 against X-Spam-Status header field.
6367 (rmail-spam-filter): Also check X-Spam-Status header field.
6368
6369 2008-02-14 Mark A. Hershberger <mah@everybody.org>
6370
6371 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6372 Add support for .pm files and .php files.
6373 (flymake-err-line-patterns): Add pattern for PHP errors.
6374 (flymake-php-init): New function. PHP support for flymake.
6375
6376 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6377 Add regular expression for PHP errors.
6378
6379 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
6380
6381 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
6382 This DTRT even on w32 machines.
6383 (ange-ftp-cf1): Quote FILENAME.
6384
6385 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
6388 (smerge-auto-combine): New fun.
6389
6390 2008-02-12 Juri Linkov <juri@jurta.org>
6391
6392 * startup.el (fancy-startup-screen, normal-splash-screen):
6393 Set default-directory to command-line-default-directory.
6394
6395 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
6396 after reading the desktop.
6397
6398 * progmodes/compile.el (compilation-auto-jump):
6399 Call compile-goto-error only when compilation-auto-jump-to-first-error
6400 is non-nil.
6401 (compilation-scroll-output): Replace :type 'boolean with a choice
6402 that has three options including a third option `first-error'.
6403 Doc fix.
6404 (compilation-start, compilation-forget-errors): Add an alternate
6405 condition comparing compilation-scroll-output with `first-error'
6406 in addition to compilation-auto-jump-to-first-error (to call
6407 compilation-auto-jump in the proper place).
6408
6409 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * international/mule.el (sgml-html-meta-auto-coding-function):
6412 Make sure the search limit is ahead.
6413
6414 * tar-mode.el: Fix broken indentation.
6415 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
6416 Use with-current-buffer.
6417
6418 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
6419
6420 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
6421 it is already automatically buffer-local.
6422
6423 2008-02-11 Drew Adams <drew.adams@oracle.com>
6424
6425 * help.el (describe-key): Join some split lines to facilitate filling.
6426 * help-fns.el (describe-function-1): Fill text of overlong lines.
6427
6428 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
6429
6430 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
6431 Use unibyte-string instead of string-make-unibyte.
6432
6433 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
6434
6435 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
6438 works also for buffers w/o buffer-file-name. Update callers.
6439 (doc-view-clone-buffer-hook): New fun.
6440 (doc-view-mode): Use it for indirect clones. Mark the overlays with
6441 the `doc-view' property so they can be recognized.
6442
6443 * simple.el (clone-indirect-buffer-hook): New hook.
6444 (clone-indirect-buffer): Run it.
6445
6446 2008-02-11 Daiki Ueno <ueno@unixuser.org>
6447
6448 * epa.el (epa-menu-mode): Merge into epa-mode.
6449 (epa-menu-items): Rename the label "EasyPG Assistant" to
6450 "Encryption/Decryption".
6451
6452 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
6453 (epa-dired-mode-map): Rename from epa-dired-map.
6454 (epa-global-dired-mode): Rename the global minor mode.
6455
6456 2008-02-11 Drew Adams <drew.adams@oracle.com>
6457
6458 * isearch.el (isearch-fail): New face.
6459 (isearch-message): Highlight failure part of input.
6460
6461 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * ibuffer.el (ibuffer-header-line-format): New var.
6464 (ibuffer-mode): Set it instead of header-line-format.
6465 (ibuffer-update): Use it to set header-line-format.
6466
6467 * international/mule-cmds.el (ucs-insert): Inherit surrounding
6468 properties like self-insert-command.
6469
6470 2008-02-11 Drew Adams <drew.adams@oracle.com>
6471
6472 * progmodes/etags.el: Add many doc strings.
6473
6474 2008-02-11 Jason Rumney <jasonr@gnu.org>
6475
6476 * ldefs-boot.el: Regenerated.
6477
6478 2008-02-11 Glenn Morris <rgm@gnu.org>
6479
6480 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6481 Shorten some names.
6482
6483 * ffap.el (ffap-rfc-directories): Add :version.
6484
6485 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
6486
6487 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
6488 files, and backup files of same.
6489
6490 2008-02-11 Kevin Ryde <user42@zip.com.au>
6491
6492 * ffap.el (ffap-rfc-directories): New variable.
6493 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
6494
6495 * info.el (Info-next-reference, Info-prev-reference)
6496 (Info-try-follow-nearest-node): Move to and follow https:// links too.
6497
6498 * simple.el (completion-list-mode): Show full completion-list-mode-map
6499 in the docstring.
6500
6501 2008-02-11 Sam Steingold <sds@gnu.org>
6502
6503 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
6504
6505 2008-02-11 Glenn Morris <rgm@gnu.org>
6506
6507 * startup.el (emacs-startup-time): New variable.
6508 (command-line): Set emacs-startup-time.
6509
6510 * calendar/time-date.el (emacs-uptime): New function.
6511
6512 2008-02-10 Bastien Guerry <bzg@altern.org>
6513
6514 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
6515 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
6516 it is nil.
6517
6518 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6519
6520 * epg-config.el: Expand the contents of epg-package-info.el.
6521 (epg-package-name): New constant.
6522 (epg-version-number): New constant.
6523 (epg-bug-report-address): New constant.
6524
6525 * epa-mail.el (epa-mail-mode): Add autoload cookie.
6526 (epa-global-mail-mode): New global minor mode.
6527
6528 * epa-file.el (epa-file-mode): New global minor mode.
6529
6530 * epa-dired.el (epa-dired-mode): New global minor mode.
6531
6532 * epa.el (epa-menu): New variable.
6533 (epa-menu-items): New variable.
6534 (epa-menu-mode): New global minor mode.
6535 (epa-global-minor-modes): New user option.
6536 (epa-mode): New global minor mode.
6537
6538 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
6539
6540 * net/dbus.el: Remove `no-byte-compile' cookie.
6541 (dbus-call-method, dbus-register-signal, dbus-debug)
6542 (dbus-registered-functions-table): Declare them with
6543 `declare-function' or `defvar', respectively.
6544 (top): Don't assert any longer. Require 'cl when compiling.
6545 Apply `ignore-errors' but `dbus-ignore-errors'.
6546
6547 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
6548
6549 * diff-mode.el (diff-add-change-log-entries-other-window):
6550 Use add-change-log-entry.
6551
6552 2008-02-09 Jason Rumney <jasonr@gnu.org>
6553
6554 * button.el (button-map):
6555 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
6556 * ldefs-boot.el: Regenerate.
6557
6558 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6559
6560 * epa.el (epa-faces, epa):
6561 * epa-file.el (epa-file):
6562 * epg-config.el (epg): Add :version.
6563
6564 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
6565
6566 * vc.el (vc-exec-after): Append CODE to previous fragments.
6567 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
6568 take MESSAGES instead of VERBOSE; use it when non-nil.
6569 (vc-diff-internal): Compute messages once; use them;
6570 update call to vc-diff-finish.
6571
6572 2008-02-09 Michael Olson <mwolson@gnu.org>
6573
6574 * net/tramp.el (tramp-process-sentinel): Avoid error when process
6575 buffer has been killed, such as by
6576 `tramp-cleanup-all-connections'.
6577
6578 2008-02-09 Miles Bader <miles@gnu.org>
6579
6580 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
6581
6582 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
6585 splitter in context hunks.
6586
6587 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
6588
6589 * international/fontset.el (setup-default-fontset): Fix arabic otf
6590 font specification.
6591
6592 2008-02-08 Daiki Ueno <ueno@unixuser.org>
6593
6594 * epa-dired.el:
6595 * epa-file.el:
6596 * epa-mail.el:
6597 * epa-setup.el:
6598 * epa.el:
6599 * epg-config.el:
6600 * epg-package-info.el:
6601 * epg.el: Initial check-in of EasyPG.
6602
6603 2008-02-08 Glenn Morris <rgm@gnu.org>
6604
6605 * woman.el (woman-locale): New defcustom.
6606 (woman-expand-locale, woman-manpath-add-locales): New functions.
6607 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
6608
6609 * international/mule-cmds.el (locale-translate): New function,
6610 with old code extracted from set-locale-environment.
6611 (set-locale-environment): Use locale-translate. Set woman-locale.
6612
6613 * cus-start.el (selection-coding-system): Remove, since it's now
6614 defined in select.el rather than in xselect.c.
6615 * select.el (selection-coding-system): Make it a defcustom, and
6616 add the properties from cus-start.el. Bump :version.
6617
6618 * custom.el (custom-theme-set-variables): Sort symbols that are
6619 dependencies before symbols that depend on them.
6620 (custom-enabled-themes): Set after custom-theme-directory.
6621
6622 * pcmpl-unix.el (top-level): Move provide statement to end.
6623 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
6624 `*' from doc-string. Allow to be nil.
6625 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
6626 Allow to be nil. Add :version.
6627 (pcmpl-ssh-hosts): Move definition before use. Handle lines
6628 without hostnames, and multiple hostnames per line.
6629
6630 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
6631
6632 2008-02-08 Phil Hagelberg <phil@evri.com>
6633
6634 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
6635 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
6636
6637 2008-02-07 Timo Savola <timo.savola@iki.fi>
6638
6639 * startup.el (command-line-x-option-alist): Add --parent-id.
6640
6641 * term/x-win.el (x-handle-parent-id): New function.
6642
6643 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
6644
6645 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
6646 "Font Menu".
6647
6648 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
6649
6650 * net/dbus.el (dbus-interface-peer): New defconst.
6651 (dbus-ping): New defun.
6652
6653 2008-02-06 Sam Steingold <sds@gnu.org>
6654
6655 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
6656
6657 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
6660 Just return nil and let the C code provide a fallback.
6661
6662 2008-02-05 Glenn Morris <rgm@gnu.org>
6663
6664 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
6665 tramp-flush-connection-property for removed 2nd argument.
6666
6667 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * diff-mode.el (diff-add-change-log-entries-other-window):
6670 Rename from diff-create-changelog. Change users.
6671 Minor change to hopefully work with plain diffs.
6672 (diff-mode-map): Add binding for it.
6673
6674 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6675
6676 * diff-mode.el: Add new TODO entry.
6677 (diff-create-changelog): New function.
6678 (diff-mode-menu): Bind it.
6679
6680 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
6681
6682 * international/mule-diag.el (print-fontset-element): Handle the
6683 case of inhibiting the fallback fonts.
6684
6685 2008-02-04 Kim F. Storm <storm@cua.dk>
6686
6687 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6688 (ido-magic-delete-char): Use prefix arg.
6689
6690 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
6691
6692 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
6693 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
6694 of today, the most recent libpng is 1.2.24).
6695
6696 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
6697
6698 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
6699
6700 * net/dbus.el (top): Check (featurep 'dbusbind).
6701
6702 * net/tramp.el (tramp-process-sentinel): New defun.
6703 (tramp-do-copy-or-rename-file-out-of-band)
6704 (tramp-maybe-open-connection): Use it as process sentinel.
6705 (tramp-handle-delete-directory): Don't use the "-f" option; it
6706 isn't portable.
6707 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
6708 after the command.
6709 (tramp-handle-shell-command): Set `mode-line-process' in the
6710 asynchronous case.
6711
6712 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
6713
6714 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
6715 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6716 Use `tramp-process-sentinel' as process sentinel.
6717
6718 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * whitespace.el (global-whitespace-mode): Revert last change.
6721 (whitespace-unload-function): Force `global-whitespace-mode'
6722 to deactivate local modes in a slightly less intrusive way.
6723
6724 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6725
6726 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
6727
6728 2008-02-02 Glenn Morris <rgm@gnu.org>
6729
6730 * international/latin1-disp.el (latin1-display):
6731 * progmodes/fortran.el (fortran-comment-indent-char):
6732 * progmodes/idlw-shell.el (top-level):
6733 * term/mac-win.el (mac-keyboard-translate-char):
6734 * whitespace.el (whitespace-char-valid-p):
6735 * wid-edit.el (widget-key-sequence-read-event):
6736 Use characterp rather than char-valid-p.
6737
6738 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
6739 to capitalized-find-word-boundary. Doc fix. Update callers.
6740 (capitalized-next-word-boundary-function-table): Rename to
6741 capitalized-find-word-boundary-function-table. Doc fix. Update users.
6742
6743 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
6744 string-to-int.
6745
6746 * ps-def.el (declare-function): Add compatibility definition.
6747 (ps-plot-with-face, ps-plot-string): Declare as functions.
6748 (ps-bold-faces, ps-italic-faces): Declare variables.
6749
6750 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
6751 (ps-mule-end-job): Declare as functions.
6752
6753 * wid-edit.el (widget-string-complete): Use assoc-string rather
6754 than assoc-ignore-case.
6755
6756 2008-02-01 Chong Yidong <cyd@stupidchicken.com>
6757
6758 * progmodes/etags.el (next-file): Improve revert message.
6759
6760 2008-02-01 Andreas Schwab <schwab@suse.de>
6761
6762 * loadup.el: Load language/burmese instead of language/myanmar.
6763
6764 2008-02-01 Richard Stallman <rms@gnu.org>
6765
6766 * language/burmese.el: Rename from myanmar.el.
6767 ("Burmese"): Rename from "Myanmar".
6768
6769 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6770
6771 * international/fontset.el (script-representative-chars): Add cham
6772 and tai-viet.
6773 (setup-default-fontset): Add iso10646-1 font for latin and ipa.
6774 Add fontconfig spec for cjk-misc. Explicitly specify font font
6775 for U+E000..U+F8FF.
6776
6777 * international/characters.el (script-list): Add cham.
6778
6779 * language/cham.el: New file.
6780
6781 2008-02-01 Mark A. Hershberger <mah@everybody.org>
6782
6783 * xml.el (xml-escape-string): Don't do any encoding changes on the
6784 string.
6785
6786 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6787
6788 * language/ind-util.el (in-is13194-post-read-conversion):
6789 Delete unnecessary call of indian-compose-region.
6790
6791 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6792
6793 * ps-print.el: Some face attributes (like :strike-through) were not
6794 being recognised. Reported by Leo <sdl.web@gmail.com>.
6795 (ps-print-version): New version 7.3.2.
6796 (ps-screen-to-bit-face): Fix code. Call ps-face-strikout-p,
6797 ps-face-overline-p and ps-face-box-p functions.
6798
6799 * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
6800 New functions.
6801
6802 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6803
6804 * international/fontset.el (font-encoding-alist): Add an entry for
6805 iso8859-16.
6806 (setup-default-fontset): Add iso8859-16 to latin.
6807
6808 * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
6809 hexadigit string.
6810 (describe-char): Adjust for the above change.
6811
6812 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6813
6814 * international/fontset.el (font-encoding-alist): Don't set the
6815 repertory of GB18030 fonts.
6816
6817 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6818
6819 * language/indian.el: Set font-shape-text for all Indic characters
6820 in composition-function-table.
6821
6822 * language/khmer.el: New file.
6823
6824 * language/myanmar.el: New file.
6825
6826 * loadup.el: Load "language/khmer" and "language/myanmar".
6827
6828 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6829
6830 * international/fontset.el (setup-default-fontset): Fix lao OTF
6831 script name.
6832
6833 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6834
6835 * composite.el (terminal-composition-modification): Delete it.
6836
6837 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6838
6839 * international/fontset.el (x-complement-fontset-spec):
6840 Complement size too.
6841
6842 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6843
6844 * international/fontset.el (font-encoding-charset-alist):
6845 Initialize it.
6846 (otf-script-alist): Fix typo of canadian-aboriginal.
6847 (setup-default-fontset): Specify font-specs for many more scripts.
6848 (x-complement-fontset-spec): Change the first argument to a
6849 font-spec object.
6850 (create-fontset-from-fontset-spec): Adjust for the above change.
6851
6852 2008-02-01 Kenichi Handa <handa@m17n.org>
6853
6854 * language/devanagari.el: Register font-shape-text in
6855 composition-function-table.
6856
6857 * language/tibetan.el: Register font-shape-text in
6858 composition-function-table.
6859
6860 * language/thai-util.el (thai-composition-function): Fix arguments.
6861
6862 * language/tamil.el: Register font-shape-text in
6863 composition-function-table.
6864
6865 * language/malayalam.el: Register font-shape-text in
6866 composition-function-table.
6867
6868 * language/lao.el: Register font-shape-text in
6869 composition-function-table.
6870
6871 * language/kannada.el: Register font-shape-text in
6872 composition-function-table.
6873
6874 * language/european.el (diacritic-composition-function): Fix arguments.
6875
6876 * language/ethio-util.el (ethio-composition-function): Fix arguments.
6877
6878 * language/tv-util.el (tai-viet-composition-function): Fix arguments.
6879
6880 * composite.el (composition-function-table): Fix docstring.
6881 (terminal-composition-function): Fix arguments.
6882 (auto-compose-current-font): Delete it.
6883 (auto-compose-chars): Adjust for the change of
6884 composition-function-table.
6885
6886 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6887
6888 * international/fontset.el (font-encoding-alist): Add the entry of
6889 "unicode-bmp".
6890
6891 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6892
6893 * composite.el (auto-compose-chars): Be sure to calculate
6894 composition at least at POS.
6895
6896 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6897
6898 * printing.el: Fix pr-interface-map initialization code.
6899 (pr-version): New version 6.9.3.
6900 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
6901 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
6902 (pr-f-read-string): Replace by pr-read-string.
6903 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
6904 New function name.
6905 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
6906
6907 2008-02-01 Kenichi Handa <handa@m17n.org>
6908
6909 * language/tv-util.el (tai-viet-re): Include '-'.
6910 (tai-viet-glyph-info): Handle '-'.
6911
6912 2008-02-01 Kenichi Handa <handa@m17n.org>
6913
6914 * descr-text.el (describe-char): Handle a composition of the new
6915 format. Show font name.
6916
6917 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6918
6919 * language/tibet-util.el (tibetan-composition-function): Use
6920 font-shape-text if auto-compose-current-font is non-nil.
6921
6922 * language/tibetan.el: Fix the range for recording
6923 tibetan-composition-function in composition-function-table.
6924
6925 * language/mlm-util.el (malayalam-composition-function): Use
6926 font-shape-text if auto-compose-current-font is non-nil.
6927
6928 * international/mule-conf.el: Flag many charsets as supplementary.
6929
6930 * international/mule.el (define-charset): Update the docstring for
6931 :supplementary-p.
6932
6933 * international/fontset.el (setup-default-fontset): Add OpenType
6934 fonts for malayalam and tibetan.
6935
6936 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6937
6938 * international/fontset.el (x-complement-fontset-spec): Use font-spec.
6939
6940 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6941
6942 * international/fontset.el (otf-script-alist): Make all otf tags
6943 4-letters.
6944 (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
6945
6946 * language/tml-util.el (tamil-composition-function): Use
6947 font-shape-text if auto-compose-current-font is non-nil.
6948
6949 * language/devan-util.el (devanagari-composition-function): Use
6950 font-shape-text if auto-compose-current-font is non-nil.
6951
6952 * composite.el (auto-compose-chars): Change argument font-object
6953 to window.
6954
6955 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6956
6957 * ps-print.el (ps-lpr-switches): Docstring fix.
6958 (ps-string-list): New function.
6959 (ps-do-despool): Code fix.
6960
6961 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6962
6963 * international/utf-7.el (utf-7-imap-post-read-conversion)
6964 (utf-7-imap-pre-write-conversion): New functions.
6965
6966 * international/mule-conf.el (utf-7-imap): New coding system.
6967
6968 2008-02-01 Kenichi Handa <handa@m17n.org>
6969
6970 * term/x-win.el (x-selection-value): If x-select-request-type is
6971 nil, try also STRING at last.
6972 (x-select-request-type): Doc fix for the change of x-selection-value.
6973
6974 * select.el (selection-coding-system, next-selection-coding-system):
6975 Move declarations from xselect.c.
6976 (x-get-selection): Decode by selection-coding-system if it is non-nil.
6977 If it is nil, decode by a proper coding system. Handle C_STRING.
6978 (ccl-check-utf-8, string-utf-8-p): Delete them.
6979 (xselect-convert-to-string): Fix determining data-type in the case
6980 that TEXT is requested. Don't use selection-coding-system if it's
6981 not proper for the data-type.
6982
6983 2008-02-01 Kenichi Handa <handa@m17n.org>
6984
6985 * term/x-win.el (x-selection-value): If x-select-request-type is
6986 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
6987
6988 2008-02-01 Jason Rumney <jasonr@gnu.org>
6989
6990 * term/w32-win.el (w32-initialize-window-system): Use t, not nil
6991 to signify default fontset.
6992
6993 2008-02-01 Kenichi Handa <handa@m17n.org>
6994
6995 * international/mule-cmds.el (describe-language-environment):
6996 Check if the specified input method exists or not.
6997
6998 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6999
7000 * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
7001 (ps-face-background-name): Remove this function. It's already defined
7002 in ps-def.el file.
7003
7004 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7005
7006 * ps-print.el: Eliminate the check if ps-print was running on Lucid or
7007 Epoch emacsen.
7008
7009 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7010
7011 * ps-print.el: Now detect if text foreground and background colors are
7012 equals and replace the foreground color by another color, so the text
7013 becomes visible. Doc fix.
7014 (ps-print-version): New version 7.3.
7015 (ps-default-fg, ps-default-bg): Docstring fix.
7016 (ps-fg-list, ps-fg-validate-p): New options.
7017 (ps-foreground-list): New variable.
7018 (ps-generate-header-line): Replace fboundp by functionp.
7019 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
7020
7021 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7022
7023 * printing.el: Pacify byte compiler, that is, no compiler warnings.
7024 Move (again) some variable definitions before use, define some
7025 function aliases, no code change.
7026 (pr-version): New version 6.9.2.
7027 (pr-path-style, pr-auto-region, pr-menu-char-height)
7028 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
7029 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
7030 via (defvar VAR).
7031 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
7032 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
7033 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
7034 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
7035 (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
7036 (pr-menu-print-item, pr-ps-printer-menu-modified)
7037 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
7038 (pr-even-or-odd-alist): Move variable definitions.
7039
7040 2008-02-01 Kenichi Handa <handa@m17n.org>
7041
7042 * language/chinese.el (cp936): Delete duplicated alias.
7043
7044 * international/mule-diag.el (list-block-of-chars): Don't insert
7045 non-Unicode characters.
7046
7047 2008-02-01 Jason Rumney <jasonr@gnu.org>
7048
7049 * loadup.el [windows-nt]: Don't load code-pages and ccl.
7050 * term/w32-win.el: Don't require code-pages.
7051
7052 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 Fix up multi-tty merge.
7055
7056 * version.el (emacs-version): Bump to 23.0.60.
7057
7058 * term/x-win.el (x-initialize-window-system): Don't try to create
7059 a fontset from a font-specification anymore. This was removed on the
7060 unicode branch and mistakenly re-added by the multi-tty merge.
7061
7062 * term/w32-win.el: Remove duplicate code that's now in
7063 w32-initialize-window-system.
7064 (w32-initialize-window-system): Don't try to create a fontset from
7065 a font-specification anymore. This was removed on the unicode branch
7066 and mistakenly re-added by the multi-tty merge.
7067
7068 * term/mac-win.el: Remove duplicate top-level code.
7069
7070 * language/ethio-util.el:
7071 * international/characters.el: Use utf-8 rather than utf-8-emacs
7072 since it works as well and has the advantage of working with
7073 non-unicode versions of Emacs.
7074
7075 * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
7076 multi-tty code, which includes the previous local change.
7077
7078 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7079
7080 * ps-print.el (ps-print-version): New version 7.2.5.
7081 (ps-background, ps-begin-file, ps-build-reference-face-lists):
7082 Use `mapc' rather than `mapcar'.
7083
7084 2008-02-01 Kenichi Handa <handa@m17n.org>
7085
7086 * skeleton.el (skeleton-internal-1): Use integerp and stringp
7087 instead of char-or-string-p to catch -1.
7088
7089 2008-02-01 Kenichi Handa <handa@m17n.org>
7090
7091 * international/mule-cmds.el (inactivate-input-method):
7092 Set input-method-function to nil before calling
7093 inactivate-current-input-method-function.
7094
7095 2008-02-01 Kenichi Handa <handa@m17n.org>
7096
7097 * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
7098 height that doesn't exceed the requested height by rounding off.
7099
7100 2008-02-01 Andreas Schwab <schwab@suse.de>
7101
7102 * international/mule-diag.el (print-fontset-element):
7103 Use fontp only if defined.
7104
7105 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7106
7107 * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
7108 (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
7109 (ps-mule-prologue-generated): Code fix.
7110
7111 2008-02-01 Kenichi Handa <handa@m17n.org>
7112
7113 * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
7114 with FIXEDCASE t.
7115
7116 2008-02-01 Kenichi Handa <handa@m17n.org>
7117
7118 * international/mule-diag.el (print-fontset-element): Fix for the
7119 format change of a fontset element for font-backend feature.
7120
7121 2008-02-01 Kenichi Handa <handa@m17n.org>
7122
7123 * descr-text.el (describe-char): Fix for the case that a component
7124 character is TAB.
7125
7126 2008-02-01 Kenichi Handa <handa@m17n.org>
7127
7128 * international/mule-cmds.el (select-safe-coding-system-interactively):
7129 Fix printing of rejected and unsafe coding-systems.
7130
7131 * international/fontset.el (setup-default-fontset): Add tai-viet.
7132
7133 * international/characters.el: Setup syntax/category table for Tai Viet.
7134 (script-list): Add tai-viet.
7135
7136 * loadup.el: Load "language/tai-viet".
7137
7138 * language/tai-viet.el: New file.
7139
7140 * language/tv-util.el: New file.
7141
7142 2008-02-01 Jason Rumney <jasonr@gnu.org>
7143
7144 * faces.el (font-weight-table): Use defaults on w32 that match
7145 LOGFONT.lfWeight.
7146
7147 * term/w32-win.el: Don't create fontset from command-line font.
7148
7149 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7150
7151 * international/mule-cmds.el (toggle-enable-multibyte-characters)
7152 (sort-coding-systems, search-unencodable-char): Doc fixes.
7153 (default-input-method, input-method-verbose-flag)
7154 (input-method-highlight-flag): Remove * in defcustom's docstrings.
7155 (exit-language-environment-hook, set-default-coding-systems)
7156 (coding-system-change-eol-conversion, prefer-coding-system)
7157 (find-multibyte-characters, leim-list-entry-regexp)
7158 (set-input-method, input-method-exit-on-first-char, princ-list)
7159 (locale-language-names, locale-charset-language-names)
7160 (define-char-code-property): Fix typos in docstrings.
7161
7162 2008-02-01 Kenichi Handa <handa@m17n.org>
7163
7164 * disp-table.el (make-glyph-code, glyph-char, glyph-face):
7165 Fix for a new character code space (22-bit).
7166
7167 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * printing.el (pr-ps-fast-fire): Fix typos in docstring.
7170
7171 2008-02-01 Kenichi Handa <handa@m17n.org>
7172
7173 * international/characters.el: Add more cases/syntaxes from Latin
7174 characters.
7175
7176 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7177
7178 * ps-def.el (installation-directory): Must be initialized when defining
7179 it in XEmacs.
7180 (coding-system-for-read): Eliminate duplicated definition.
7181
7182 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7183
7184 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
7185
7186 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7187
7188 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
7189 (ps-print-emacs-type): Eliminate variable.
7190 (ps-setup): Remove ps-print-emacs-type. Print which Emacsen is
7191 running ps-print package.
7192
7193 * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
7194 (ps-frame-parameter): Replace defun by defalias.
7195 (mark-active): Eliminate defvar.
7196
7197 * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
7198 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
7199 (ps-jts-ps-setup): Replace macros by vector key definition.
7200
7201 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7202
7203 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7204 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7205 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7206 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7207 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7208 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7209 New command actions for EPS header and EPS footer.
7210
7211 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7212 footer. Fix some problems with one-or-more, zero-or-more and
7213 alternative constructions generation. Some implementation of log
7214 messages. Doc fix.
7215 (ebnf-version): New version 4.4.
7216 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7217 (ebnf-eps-footer, ebnf-log): New options.
7218 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7219 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7220 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7221 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7222 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
7223 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7224 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7225 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7226 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7227 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7228 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7229 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7230 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7231 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7232 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7233 (ebnf-except-dimension, ebnf-alternative-dimension)
7234 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7235 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
7236 Insert log message function.
7237 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7238 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7239 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7240 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7241 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7242 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7243 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7244 compatibility with Emacs 20 & 21.
7245 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7246 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7247 (ebnf-basic-empty-height): New variables.
7248 (ebnf-prologue): Fix PostScript code.
7249 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7250 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7251 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7252 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7253
7254 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7255
7256 * printing.el: Group together all XEmacs/Emacs definitions.
7257 (pr-version): New version 6.9.
7258 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
7259 New functions.
7260 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
7261 (pr-menu-bind): Fix code.
7262 (pr-e-frame-char-height, pr-e-frame-char-width)
7263 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
7264 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
7265 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
7266 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
7267 (pr-x-event-y-pixel): Eliminate aliases.
7268 (pr-xemacs-global-menubar): Move macro.
7269 (current-menubar, current-mouse-event, zmacs-region-stays)
7270 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
7271 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
7272 Move variables.
7273 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
7274 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
7275 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
7276 (pr-menu-set-utility-title, pr-even-or-odd-pages)
7277 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
7278 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
7279 Move functions.
7280
7281 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7282
7283 * ps-print.el: The ps-print commands without face printing should not
7284 print background color. Reported by Leo <sdl.web@gmail.com>.
7285 (ps-print-version): New version 7.2.2.
7286 (ps-begin-job): New arg. Fix ps-default-background and
7287 ps-default-foreground initialization.
7288 (ps-face-attributes): Fix doc string.
7289 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
7290
7291 * printing.el: Fix ps-print link.
7292
7293 2008-02-01 Kenichi Handa <handa@m17n.org>
7294
7295 * international/mule-diag.el (list-character-sets-2): Don't print width.
7296
7297 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7298
7299 * ps-print.ps: Fix background height.
7300 (ps-print-version): New version 7.2.1.
7301
7302 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7303
7304 * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
7305 into separate files.
7306 (ps-print-version): New version 7.2.
7307 (ps-postscript-code-directory): Fix XEmacs initialization.
7308 (ps-generate-postscript-with-faces):
7309 Call ps-generate-postscript-with-faces1 (new function).
7310 (ps-color-format, ps-float-format): Move variables to ps-def.el.
7311 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7312 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7313 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7314 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7315 Move functions to ps-def.el.
7316 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7317 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7318 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7319 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7320 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7321 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7322 Move functions to ps-samp.el.
7323
7324 * ps-bdf.el (installation-directory, coding-system-for-read):
7325 Move variables to ps-def.el.
7326
7327 * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
7328 (charset-bytes, charset-dimension, charset-id, charset-width)
7329 (find-charset-region, char-width, chars-in-region, forward-point)
7330 (decompose-composite-char, encode-coding-string, coding-system-p)
7331 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7332 (string-make-multibyte, encode-char): Move functions to ps-def.el.
7333
7334 * ps-def.el: New file. XEmacs/Emacs definitions.
7335 (ps-generate-postscript-with-faces1): New function.
7336 (ps-color-format, ps-float-format): Move variables from ps-print.el.
7337 (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
7338 (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
7339 (ps-face-background-name, ps-frame-parameter, ps-color-device)
7340 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
7341 Move functions from ps-print.el.
7342 (installation-directory, coding-system-for-read):
7343 Move variables from ps-bdf.el.
7344 (leading-code-private-22): Move variable from ps-mule.el.
7345 (charset-bytes, charset-dimension, charset-id, charset-width)
7346 (find-charset-region, char-width, chars-in-region, forward-point)
7347 (decompose-composite-char, encode-coding-string, coding-system-p)
7348 (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
7349 (string-make-multibyte, encode-char): Move functions from ps-mule.el.
7350
7351 * ps-samp.el: New file. Sample setup code.
7352 (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
7353 (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
7354 (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
7355 (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
7356 (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
7357 (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
7358 Move functions from ps-print.el.
7359
7360 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7361
7362 * ps-print.el: Handle frame parameters (background and/or foreground
7363 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
7364 (ps-print-version): New version 7.1.
7365 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
7366 (ps-frame-parameter): New function.
7367 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
7368 Fix doc and customization.
7369 (ps-begin-job): Get frame parameters (background and/or foreground
7370 colors).
7371 (ps-do-despool): Ensure ps-printer-name has a valid value.
7372
7373 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7374
7375 * progmodes/ebnf-abn.el:
7376 * progmodes/ebnf-bnf.el:
7377 * progmodes/ebnf-dtd.el:
7378 * progmodes/ebnf-ebx.el:
7379 * progmodes/ebnf-iso.el:
7380 * progmodes/ebnf-otz.el:
7381 * progmodes/ebnf-yac.el:
7382 * progmodes/ebnf2ps.el:
7383 * delim-col.el:
7384 * printing.el:
7385 * ps-bdf.el:
7386 * ps-mule.el:
7387 * ps-print.el: Remove 'Time-stamp' comment mark.
7388
7389 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7390 'easy-menu-add-item' when called in Emacs 21 or higher.
7391
7392 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7393
7394 * ps-print.el : Fix doc.
7395 (ps-print-version): New version 7.0.
7396
7397 2008-02-01 Kenichi Handa <handa@m17n.org>
7398
7399 * mail/emacsbug.el (report-emacs-bug): Insert also the value of
7400 XMODIFIERS.
7401
7402 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7403
7404 * ps-print.el: Fix maintainer email. Eliminate function declaration
7405 that kept compatibility with older Emacs version.
7406 (ps-print-version): New version 6.7.
7407
7408 2008-02-01 Kenichi Handa <handa@m17n.org>
7409
7410 * international/quail.el (quail-get-translations):
7411 Make quail-current-key multibyte if not yet done.
7412
7413 2008-02-01 Zhang Wei <id.brep@gmail.com>
7414
7415 * language/chinese.el ("Chinese-GBK"): Add tutorial.
7416 ("Chinese-GB18030"): Add sample-text and tutorial.
7417
7418 * international/fontset.el (font-encoding-alist)
7419 (setup-default-fontset): Add gb18030.
7420 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
7421 (charset-script-alist): Add gbk and gb18030.
7422
7423 * international/characters.el: Put property
7424 preferred-coding-system on gbk and gb18030.
7425
7426 * international/mule-cmds.el (locale-language-names): Add an entry
7427 for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
7428
7429 * faces.el (face-font-registry-alternatives): Add gb18030.
7430
7431 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7432
7433 * ps-mule.el: Fix maintainer email.
7434
7435 2008-02-01 Kenichi Handa <handa@m17n.org>
7436
7437 * international/quail.el (quail-insert-kbd-layout): Check the
7438 length of (cdr translation).
7439 (quail-get-current-str): Check the length of (cdr def).
7440
7441 2008-02-01 Kenichi Handa <handa@m17n.org>
7442
7443 * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
7444
7445 2008-02-01 Kenichi Handa <handa@m17n.org>
7446
7447 * international/mule-cmds.el (ucs-insert): Re-implement.
7448
7449 2008-02-01 Kenichi Handa <handa@m17n.org>
7450
7451 * composite.el (terminal-composition-modification): New function.
7452 (terminal-composition-function): Create composition with the above
7453 modification function.
7454
7455 2008-02-01 Zhang Wei <id.brep@gmail.com>
7456
7457 * international/characters.el: Add more full-width characters in
7458 char-width-table.
7459
7460 2008-02-01 Kenichi Handa <handa@m17n.org>
7461
7462 * international/fontset.el (create-fontset-from-fontset-spec):
7463 Fix script name handling.
7464
7465 2008-02-01 Kenichi Handa <handa@m17n.org>
7466
7467 * composite.el (terminal-composition-function): New function.
7468 (terminal-composition-function-table): New variable.
7469 (auto-compose-chars): If running on a terminal, use
7470 terminal-composition-function-table.
7471
7472 * loadup.el: Load "composite" after "international/characters".
7473
7474 * international/characters.el: Delete codes for setting up charset
7475 property nospace-between-words. Fix setting up of
7476 char-width-table. Don't make ethiopic and tibetan double column.
7477
7478 * textmodes/fill.el (fill-find-break-point-function-table):
7479 Don't set it up in defvar.
7480 (fill-nospace-between-words-table): New variable.
7481 (fill-delete-newlines): Check fill-nospace-between-words-table
7482 instead of charset property nospcae-between-words.
7483
7484 2008-02-01 Kenichi Handa <handa@m17n.org>
7485
7486 * composite.el (global-auto-composition-mode): Make the initial
7487 value not depend on emacs-basic-display.
7488
7489 * textmodes/fill.el: Don't use charset property
7490 `fill-find-break-point-function'.
7491 (fill-find-break-point-function-table): New variable.
7492 (fill-find-break-point): Lookup fill-find-break-point-function-table.
7493
7494 2008-02-01 Kenichi Handa <handa@m17n.org>
7495
7496 * international/mule.el (coding-system-list): Be sure to exclude
7497 subsidiary coding systems.
7498
7499 2008-02-01 Kenichi Handa <handa@m17n.org>
7500
7501 * composite.el (auto-composition-after-change)
7502 (toggle-auto-composition): Remove `auto-composed' property instead
7503 of setting it to nil.
7504
7505 2008-02-01 Kenichi Handa <handa@m17n.org>
7506
7507 * language/misc-lang.el (iso-8859-6): New coding system.
7508
7509 2008-02-01 Kenichi Handa <handa@m17n.org>
7510
7511 * dnd.el (dnd-get-local-file-name): Give a unibyte string to
7512 replace-regexp-in-string as replacement.
7513
7514 2008-02-01 Kenichi Handa <handa@m17n.org>
7515
7516 * international/fontset.el (otf-script-alist): Add byzm, math,
7517 musc, and nko.
7518
7519 * international/characters.el (script-list): Add nko,
7520 byzantine-musical-symbol, musical-symbol, and mathematical.
7521
7522 2008-02-01 Kenichi Handa <handa@m17n.org>
7523
7524 * composite.el (auto-compose-current-font): New variable.
7525 (auto-compose-chars): New arg FONT-OBJECT.
7526
7527 2008-02-01 Kenichi Handa <handa@m17n.org>
7528
7529 * international/characters.el: Modify category-table and
7530 script-table for new Ethiopic character range.
7531
7532 2008-02-01 Kenichi Handa <handa@m17n.org>
7533
7534 * international/mule-cmds.el (set-language-environment-fontset):
7535 Delete it.
7536
7537 2008-02-01 Kenichi Handa <handa@m17n.org>
7538
7539 * international/fontset.el (otf-script-alist): Set it.
7540
7541 2008-02-01 Kenichi Handa <handa@m17n.org>
7542
7543 * international/fontset.el (font-encoding-alist):
7544 Fix for "ethiopic-unicode".
7545
7546 2008-02-01 Kenichi Handa <handa@m17n.org>
7547
7548 * international/fontset.el (script-representative-chars):
7549 Add an entry for latin script.
7550
7551 2008-02-01 Kenichi Handa <handa@m17n.org>
7552
7553 * faces.el (font-weight-table): Treat regular and normal as the
7554 same as medium.
7555 (font-slant-table): Add (roman . 100).
7556
7557 2008-02-01 Kenichi Handa <handa@m17n.org>
7558
7559 These changes are for the new font handling codes.
7560
7561 * faces.el (font-weight-table, font-slant-table)
7562 (font-swidth-table): New customizable variables.
7563
7564 * international/fontset.el (font-encoding-alist): Add koi8-4.
7565 (script-representative-chars): Set the default value.
7566 (create-fontset-from-x-resource): Delete `message'.
7567
7568 2008-02-01 Kenichi Handa <handa@m17n.org>
7569
7570 * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
7571 Call set-buffer-multibyte with arg `to'.
7572
7573 2008-02-01 Kenichi Handa <handa@m17n.org>
7574
7575 * info.el (Info-fontify-node): Check if already fontified or not
7576 by next-single-property-change.
7577
7578 2008-02-01 Kenichi Handa <handa@m17n.org>
7579
7580 * international/mule.el (ctext-pre-write-conversion): Produce
7581 extra designation sequence for ASCII at the end off extended segment.
7582
7583 2008-02-01 Kenichi Handa <handa@m17n.org>
7584
7585 * international/mule.el (ctext-non-standard-encodings-table):
7586 Reverse the returning list.
7587 (ctext-pre-write-conversion): Fix encoding with extended segments.
7588
7589 * international/mule-conf.el (compound-text)
7590 (compound-text-with-extensions): Add long-form in :flags.
7591
7592 2008-02-01 Kenichi Handa <handa@m17n.org>
7593
7594 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7595 regexp for paring FONTSET-SPEC (allow spaces after `:').
7596
7597 2008-02-01 Kenichi Handa <handa@m17n.org>
7598
7599 * international/fontset.el (create-fontset-from-fontset-spec): Fix
7600 for the case that a charset is specified as target.
7601
7602 2008-02-01 Kenichi Handa <handa@m17n.org>
7603
7604 * international/ccl.el (ccl-embed-string): Check string length.
7605 Set special flag for multibyte character sequence.
7606 (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
7607 str unibyte.
7608 (ccl-compile-write): If the character code doesn't fit in 22-bit
7609 (ccl-dump-write-const-string): Check special flag for multibyte
7610 character sequence.
7611
7612 2008-02-01 Kenichi Handa <handa@m17n.org>
7613
7614 * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
7615 (ps-mule-encode-region, ps-mule-plot-composition): Don't use
7616 ps-mule-eight-bit-char.
7617
7618 2008-02-01 Kenichi Handa <handa@m17n.org>
7619
7620 * language/chinese.el ("Chinese-BIG5"):
7621 Set ctext-non-standard-encodings property to "big5-0".
7622
7623 * international/mule.el (ctext-non-standard-encodings):
7624 Initialize to nil.
7625 (ctext-non-standard-encodings-alist): Set charset `big5' in the
7626 entry for "big5-0".
7627 (ctext-non-standard-encodings-table): Return a list instead of
7628 char-table.
7629 (ctext-pre-write-conversion): Adjust for the above change.
7630
7631 2008-02-01 Zhang Wei <id.brep@gmail.com>
7632
7633 * international/mule.el (ctext-non-standard-encodings-alist):
7634 Add an entry for gbk-0.
7635 (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
7636 a row 8-bit.
7637
7638 * language/chinese.el ("Chinese-GBK"):
7639 Set ctext-non-standard-encodings property to "gbk-0".
7640 Add sample-text property.
7641
7642 2008-02-01 Kenichi Handa <handa@m17n.org>
7643
7644 * international/kkc.el (kkc-region): Use
7645 this-single-command-raw-keys on pushing back an unhandled key sequence.
7646
7647 2008-02-01 Kenichi Handa <handa@m17n.org>
7648
7649 * international/encoded-kb.el (encoded-kbd-mode):
7650 Check saved-input-mode on turning off Encoded Kbd mode.
7651
7652 * composite.el (auto-composition-after-change): Use save-buffer-state.
7653 (turn-on-auto-composition-if-enabled): Don't turn on
7654 auto-composition-mode in a unibyte buffer.
7655
7656 2008-02-01 Kenichi Handa <handa@m17n.org>
7657
7658 * startup.el (command-line): Use custom-reevaluate-setting for
7659 global-auto-composition-mode.
7660
7661 * composite.el (auto-composition-function): Make it buffer local.
7662 (auto-composition-mode): New minor mode.
7663 (turn-on-auto-composition-if-enabled): New function.
7664 (global-auto-composition-mode): New global minor mode.
7665
7666 2008-02-01 Kenichi Handa <handa@m17n.org>
7667
7668 * descr-text.el (describe-char): Use insert-text-button instead of
7669 widget-create for "customize what to show" button.
7670
7671 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7672
7673 * language/ethiopic.el: Fix copyright.
7674 (composition-function-table): Support a new character in Unicode 4.1.
7675
7676 * language/ethio-util.el (ethio-fidel-to-tex-buffer)
7677 (ethio-tex-to-fidel-buffer, ethio-composition-function)
7678 ("ethiopic-tex"): Support new characters in Unicode 4.1.
7679
7680 2008-02-01 Kenichi Handa <handa@m17n.org>
7681
7682 * international/characters.el: Register characters in
7683 auto-fill-chars. Put nospace-between-words to more charsets.
7684
7685 2008-02-01 Zhang Wei <id.brep@gmail.com>
7686
7687 * international/mule-cmds.el (locale-language-names): Add entries
7688 for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
7689 (locale-preferred-coding-systems): Fix entries for Chinese locales.
7690
7691 2008-02-01 Kenichi Handa <handa@etlken>
7692
7693 * international/utf-7.el: Delete the definition of utf-7.
7694 (utf-7-post-read-conversion, utf-7-pre-write-conversion):
7695 Add autoload cookies.
7696
7697 2008-02-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7698
7699 * term/mac-win.el: Delete the code to create a fontset from the X
7700 resource "Font".
7701
7702 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7703
7704 * international/robin.el (robin-define-package): Be sure to call
7705 put-char-code-property.
7706
7707 2008-02-01 Kenichi Handa <handa@m17n.org>
7708
7709 * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
7710 property to 1.
7711
7712 * international/mule-conf.el (cp1125): Set :ascii-compatible-p
7713 property to t.
7714
7715 * international/mule.el (coding-system-get):
7716 Check `ascii-incompatible' for backward compatiblity.
7717 (set-file-name-coding-system): Signal an error for a coding system
7718 not suitable for file name.
7719 (set-keyboard-coding-system): Signal an error for a coding system
7720 not suitable for keyboard.
7721
7722 * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
7723 Set :suitable-for-keyboard property to 1.
7724
7725 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
7726 (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
7727
7728 * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
7729 (vietnamese-tcvn): Set :suitable-for-file-name property to t.
7730
7731 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7732
7733 * international/robin.el (robin-define-package): Delete redundant code.
7734 (robin-add-rule): Allow N-1 reverse conversion.
7735
7736 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7737
7738 * international/robin.el (robin-define-package): Make the
7739 expanded form shorter.
7740
7741 2008-02-01 Zhang Wei <id.brep@gmail.com>
7742
7743 * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
7744 chiense-iso-8bit.
7745
7746 2008-02-01 Kenichi Handa <handa@m17n.org>
7747
7748 * loadup.el: If we are byte-compiling unidata-gen.el or running
7749 unidata-ge-files, set purify-flag to nil.
7750
7751 2008-02-01 Kenichi Handa <handa@m17n.org>
7752
7753 * loadup.el: Load international/charprop.el with NOERROR t.
7754
7755 * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
7756
7757 2008-02-01 Kenichi Handa <handa@m17n.org>
7758
7759 * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
7760 New charsets and coding systems.
7761 (mac-symbol, mac-dingbats): New charsets.
7762
7763 2008-02-01 Kenichi Handa <handa@m17n.org>
7764
7765 * international/characters.el: Set syntax of NBSP to punctuation.
7766
7767 2008-02-01 Kenichi Handa <handa@m17n.org>
7768
7769 * international/mule-cmds.el: Don't require wid-edit.
7770
7771 2008-02-01 Naoto Takahashi <ntakahas@m17n.org>
7772
7773 * international/robin.el: New file.
7774
7775 * language/ethiopic.el: Change encoding to utf-8-emacs.
7776 Register ethio-composition-function in composition-function-table.
7777 ("Ethiopic"): Change coding-systems to utf-8-emacs.
7778
7779 * language/ethio-util.el: Change encoding to utf-8-emacs.
7780 Rewrite all transliteration functions to use robin.el.
7781 (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
7782 (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
7783 (ethio-prefer-ascii-punctuation): Delete variables.
7784 (ethio-char-to-ethiocode, ethio-convert-digit)
7785 (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
7786 (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
7787 (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
7788 (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
7789 (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
7790 (ethio-adjust-robin, ethio-composition-function)
7791 (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
7792 (ethio-sera-to-fidel-region-ethio)
7793 (ethio-sera-to-fidel-region-noethio)
7794 (ethio-use-colon-for-colon, ethio-use-three-dot-question):
7795 New functions.
7796
7797 2008-02-01 Miles Bader <miles@gnu.org>
7798
7799 * international/mule.el (auto-coding-regexp-alist)
7800 (ctext-pre-write-conversion): Replace embedded control characters
7801 with octal escapes; this prevents diff from thinking the file is binary.
7802
7803 2008-02-01 Miles Bader <miles@gnu.org>
7804
7805 * descr-text.el (describe-char-unidata-list):
7806 * emacs-lisp/bytecomp.el (byte-compile-fix-header)
7807 (byte-compile-insert-header):
7808 * international/mule.el (charset-list, set-coding-priority)
7809 (ignore-relative-composition):
7810 * international/mule-util.el (detect-coding-with-priority):
7811 * international/mule-diag.el:
7812 * international/mule-cmds.el (language-info-custom-alist):
7813 * international/codepage.el (codepage-setup):
7814 Replace references to Emacs version "22" with "23".
7815
7816 2008-02-01 Kenichi Handa <handa@m17n.org>
7817
7818 * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
7819
7820 * international/fontset.el (font-encoding-alist): Add an entry for
7821 microsoft-cp1251.
7822 (setup-default-fontset): Add entries for microsoft-cp1251 and
7823 koi8-r for cyrillic.
7824
7825 * international/mule-cmds.el (char-code-property-alist): New variable.
7826 (define-char-code-property): New function.
7827 (get-char-code-property, put-char-code-property): Handle a
7828 char-table registerd in char-code-property-alist.
7829 (set-language-environment): Check :ascii-compatible-p property of
7830 nonascii charset instead of its dimension.
7831
7832 * international/uni-bidi.el, international/uni-category.el:
7833 * international/uni-combining.el, international/uni-comment.el:
7834 * international/uni-decimal.el, international/uni-decomposition.el:
7835 * international/uni-digit.el, international/uni-lowercase.el:
7836 * international/uni-mirrored.el, international/uni-name.el:
7837 * international/uni-numeric.el, international/uni-old-name.el:
7838 * international/uni-titlecase.el, international/uni-uppercase.el:
7839 * international/charprop.el: New files automatically generated by
7840 admin/unidata/Makefile.
7841
7842 * loadup.el: Load internationnal/charprop.el.
7843
7844 * descr-text.el (describe-char-unidata-list): New variable.
7845 (describe-char-unicode-data): Use char-code-property-description.
7846 (describe-char): Add lines for describing Unicode-based character
7847 properties.
7848
7849 2008-02-01 Kenichi Handa <handa@m17n.org>
7850
7851 * textmodes/ispell.el: These changes are to fix the code merged
7852 from trunk for the change on 2008-02-01.
7853 (ispell-unified-chars-table): Delete it.
7854 (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
7855
7856 2008-02-01 Kenichi Handa <handa@m17n.org>
7857
7858 * international/mule-util.el (char-displayable-p): Check
7859 :charset-list property of CODING.
7860
7861 2008-02-01 Kenichi Handa <handa@m17n.org>
7862
7863 * international/mule-cmds.el (select-safe-coding-system-interactively):
7864 Change 'mime-charset to :mime-charset.
7865 (select-safe-coding-system): Use above.
7866 (set-language-environment): Delete unnecessary code for handling
7867 overriding-fontspec.
7868
7869 2008-02-01 Kenichi Handa <handa@m17n.org>
7870
7871 * international/mule-conf.el: New coding system aliases unix, dos,
7872 and mac.
7873
7874 2008-02-01 Kenichi Handa <handa@m17n.org>
7875
7876 * international/titdic-cnv.el (tit-process-header): Fix embedded
7877 coding tag.
7878 (titdic-convert): Bind coding-system-for-write to the coding
7879 system specfied in the map file. Remove `charset' property after
7880 decoding.
7881 (miscdic-convert): Bind coding-system-for-write to the coding
7882 system specfied for the map file. Fix LANGUAGE arg to
7883 quail-define-package.
7884 (batch-miscdic-convert): Check if a file is directory or not.
7885
7886 2008-02-01 Kenichi Handa <handa@m17n.org>
7887
7888 * international/mule.el (coding-system-equal): Move from mule-util.el.
7889
7890 * international/mule-util.el (coding-system-equal): Move to mule.el.
7891
7892 2008-02-01 Kenichi Handa <handa@m17n.org>
7893
7894 * international/encoded-kb.el (encoded-kbd-decode-code-list):
7895 New function.
7896 (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
7897 Support multibyte charsets.
7898
7899 2008-02-01 Kenichi Handa <handa@m17n.org>
7900
7901 * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
7902 to eight-bit chars.
7903
7904 * international/mule-conf.el: Don't define coding system
7905 `undecided' here.
7906
7907 2008-02-01 Kenichi Handa <handa@m17n.org>
7908
7909 * international/mule-cmds.el (locale-language-names): Fix for
7910 gb18030 and gdk.
7911
7912 2008-02-01 Kenichi Handa <handa@m17n.org>
7913
7914 * international/fontset.el (font-encoding-alist): Add gbk.
7915 (charset-script-alist): Add chinese-gbk.
7916
7917 2008-02-01 Kenichi Handa <handa@m17n.org>
7918
7919 * language/chinese.el (chinese-gbk): Include ascii in charset-list.
7920
7921 2008-02-01 Kenichi Handa <handa@m17n.org>
7922
7923 * language/japanese.el ("Japanese"): Fix ordering of charsets.
7924
7925 2008-02-01 Kenichi Handa <handa@m17n.org>
7926
7927 * international/encoded-kb.el (encoded-kbd-self-insert-charset)
7928 (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
7929 (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
7930
7931 2008-02-01 Kenichi Handa <handa@m17n.org>
7932
7933 * descr-text.el (describe-char): Fix for the case CODE is a cons
7934 of integers.
7935
7936 2008-02-01 Steven Tamm <steventamm@mac.com>
7937
7938 * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
7939 (mac-standard-fontset-spec): Create.
7940
7941 2008-02-01 Kenichi Handa <handa@m17n.org>
7942
7943 * international/mule-diag.el (unicode-data):
7944 Call find-file-noselect with NOWARN t.
7945
7946 2008-02-01 Kenichi Handa <handa@m17n.org>
7947
7948 * international/mule-conf.el (cp932-2-byte): Fix :code-space.
7949
7950 2008-02-01 Kenichi Handa <handa@m17n.org>
7951
7952 * international/characters.el: Give more CJK characters the
7953 category `|'.
7954
7955 * descr-text.el (describe-char): Make it work on *Help* buffer.
7956 Suppress auto-composition on a region describing about composition.
7957
7958 * language/european.el (diacritic-compose-region)
7959 (diacritic-compose-string, diacritic-composition-function):
7960 Compose diacritical marks only with a character whose syntax is
7961 word constituent.
7962 (diacritic-post-read-conversion): Delete it.
7963
7964 2008-02-01 Kenichi Handa <handa@m17n.org>
7965
7966 * composite.el (auto-compose-chars): Execute the main code in
7967 condition-case.
7968
7969 2008-02-01 Kenichi Handa <handa@m17n.org>
7970
7971 * international/fontset.el (x-complement-fontset-spec):
7972 Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
7973
7974 2008-02-01 Kenichi Handa <handa@m17n.org>
7975
7976 * international/characters.el (next-word-boundary-kana):
7977 Handle half-width kana.
7978
7979 2008-02-01 Kenichi Handa <handa@m17n.org>
7980
7981 * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
7982
7983 2008-02-01 Kenichi Handa <handa@m17n.org>
7984
7985 * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
7986
7987 * mail/rmail.el (rmail-decode-babyl-format):
7988 Use with-coding-priority instead of detect-coding-with-priority.
7989
7990 2008-02-01 Kenichi Handa <handa@m17n.org>
7991
7992 * international/mule.el (make-translation-table)
7993 (make-translation-table-from-vector): Set the second extra slot of
7994 the char table to 1.
7995 (make-translation-table-from-alist): Fix handling of multiple entries.
7996
7997 2008-02-01 Kenichi Handa <handa@m17n.org>
7998
7999 * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
8000 New translation tables.
8001
8002 * international/mule.el (make-translation-table-from-alist):
8003 New function.
8004
8005 2008-02-01 Kenichi Handa <handa@m17n.org>
8006
8007 * international/mule.el (translate-region): Re-implement it here.
8008 Make it interactive.
8009
8010 2008-02-01 Kenichi Handa <handa@m17n.org>
8011
8012 * ps-mule.el (ps-mule-font-info-database): Doc fix.
8013
8014 2008-02-01 Kenichi Handa <handa@m17n.org>
8015
8016 * international/mule-conf.el (chinese-cns11643-15): New charset.
8017
8018 2008-02-01 Kenichi Handa <handa@m17n.org>
8019
8020 * international/fontset.el (font-encoding-alist): Add entries for
8021 variations of cns11643 fonts.
8022 (setup-default-fontset): Add cns11643 fonts as fallback fonts.
8023
8024 2008-02-01 Kenichi Handa <handa@m17n.org>
8025
8026 * international/mule-diag.el (list-charset-chars): Put charset
8027 text property.
8028
8029 * international/fontset.el (setup-default-fontset): Delete the
8030 entry for symbol script, add JISX0213 to kana script, specify
8031 fallback fonts.
8032
8033 2008-02-01 Kenichi Handa <handa@m17n.org>
8034
8035 * international/fontset.el (setup-default-fontset)
8036 (font-encoding-alist): Register "JISX0213.2004-1".
8037
8038 * international/mule-diag.el (list-character-sets): Fix the first
8039 line message.
8040 (sort-listed-character-sets): Adjust for the change of
8041 list-characters-sets-1.
8042 (list-character-sets-1): List supplementary character sets in a
8043 different section.
8044 (list-charset-chars): Validate charset at early stage.
8045
8046 * international/characters.el: Fix `han' script range.
8047
8048 * international/mule-conf.el (japanese-jisx0213.2004-1):
8049 Specify :code-space.
8050 (cp932-2-byte): Fix :code-space.
8051 (unicode-smp, unicode-sip, unicode-ssp): New charsets.
8052
8053 2008-02-01 Kenichi Handa <handa@m17n.org>
8054
8055 * international/mule-conf.el (japanese-jisx0213.2004-1):
8056 Specify :dimension 2.
8057
8058 * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
8059 (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
8060 New coding systems.
8061 (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
8062 aliases.
8063 ("Japanese"): Add new charsets and coding systems.
8064
8065 2008-02-01 Kenichi Handa <handa@m17n.org>
8066
8067 * language/japanese.el (japanese-ucs-cp932-to-jis-map):
8068 Rename from japanese-ucs-cp932-map.
8069 (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
8070 (japanese-ucs-glibc-map): Delete this translation table.
8071 (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
8072 New translation tables.
8073
8074 2008-02-01 Kenichi Handa <handa@m17n.org>
8075
8076 * cus-start.el: Handle charset-map-path, not charset-map-directory.
8077
8078 2008-02-01 Kenichi Handa <handa@m17n.org>
8079
8080 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8081
8082 2008-02-01 Kenichi Handa <handa@m17n.org>
8083
8084 * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
8085 tables japanese-ucs-*-map.
8086
8087 2008-02-01 Kenichi Handa <handa@m17n.org>
8088
8089 * international/eucjp-ms.el: New file (automatically generated by
8090 admin/charsets/Makefile).
8091
8092 * international/cp51932.el: New file (automatically generated by
8093 admin/charsets/Makefile).
8094
8095 * language/japanese.el: Load cp51932 and eucjp-ms.
8096 (japanese-ucs-cp932-map, japanese-ucs-jis-map)
8097 (japanese-ucs-glibc-map): New translation tables.
8098 (eucjp-ms): New coding system.
8099
8100 * international/mule.el (coding-system-put): Delete it.
8101 It's implemented in C now.
8102
8103 * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
8104 (japanese-jisx0213-a): New supplementary charset.
8105 (japanese-jisx0213.2004-1): New charset.
8106
8107 2008-02-01 Kenichi Handa <handa@m17n.org>
8108
8109 * language/japanese.el (japanese-cp932): New coding system.
8110 (cp932): New alias of it.
8111
8112 * international/mule-conf.el (katakana-sjis, cp932-2-byte)
8113 (cp932): New charsets.
8114
8115 * international/mule.el (define-charset): If :code-space is not
8116 given, generate it from :dimension.
8117
8118 2008-02-01 Kenichi Handa <handa@m17n.org>
8119
8120 * composite.el (reference-point-alist): Doc fix.
8121 (encode-composition-rule, decode-composition-rule):
8122 Handle a rule (GREF NREF XOFF YOFF).
8123
8124 2008-02-01 Kenichi Handa <handa@m17n.org>
8125
8126 * language/european.el (diacritic-composition-function): Fix for
8127 the case that POS is at the head. Allow combining with more characters.
8128
8129 2008-02-01 Kenichi Handa <handa@m17n.org>
8130
8131 * descr-text.el (describe-char): Check `charset' property.
8132 Show the code point in the charset in hexadigits.
8133
8134 * international/mule-diag.el (stretches-for-character-list):
8135 Delete it.
8136 (list-block-of-chars): Use tabs instead of `display' property for
8137 aligning characters.
8138 (print-fontset-element): Fix the printing of XLFD.
8139
8140 2008-02-01 Kenichi Handa <handa@m17n.org>
8141
8142 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
8143 New function.
8144 (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
8145 handling utf-8.
8146
8147 2008-02-01 Kenichi Handa <handa@m17n.org>
8148
8149 * faces.el (read-face-font): Include fontsets in the completion list.
8150
8151 * international/mule-cmds.el (set-locale-environment):
8152 Insert locale-translation-file-name in a unibyte buffer.
8153
8154 * international/characters.el: Fix setting of category `|'.
8155
8156 2008-02-01 Kenichi Handa <handa@m17n.org>
8157
8158 * language/chinese.el (chinese-gb18030): Fix :charset-list.
8159
8160 2008-02-01 Kenichi Handa <handa@m17n.org>
8161
8162 * international/mule-cmds.el (select-safe-coding-system): Fix for
8163 the case that the first element of default-coding-system is t.
8164 Fix a message when some coding systems are rejected.
8165
8166 2008-02-01 Kenichi Handa <handa@m17n.org>
8167
8168 * international/mule-cmds.el (set-language-environment): Put
8169 higher priority to charsets listed in `charset' property of the
8170 language environment.
8171
8172 2008-02-01 Kenichi Handa <handa@m17n.org>
8173
8174 * composite.el (auto-compose-chars): Don't do unnecessary
8175 save-exclusion and save-restriction.
8176
8177 2008-02-01 Kenichi Handa <handa@m17n.org>
8178
8179 * international/mule-conf.el (ctext-no-compositions):
8180 Remove garbage arguments.
8181
8182 * international/mule.el (make-coding-system): Fix generation of
8183 properties.
8184
8185 * international/fontset.el (setup-default-fontset): Specify fonts
8186 for `symbol' script.
8187
8188 * international/characters.el (script-list): Include `currency'
8189 in `symbol'.
8190
8191 2008-02-01 Alex Schroeder <alex@gnu.org>
8192
8193 * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
8194 8601 format (a capital T between the date and the time).
8195
8196 2008-02-01 Kenichi Handa <handa@m17n.org>
8197
8198 * international/mule.el (private-char-area-1-min)
8199 (private-char-area-1-max, private-char-area-2-min)
8200 (private-char-area-2-max, emacs-mule-charset-table): New variables.
8201 (convert-define-charset-argument): New function.
8202 (define-charset): Handle the old calling style.
8203 Update emacs-mule-charset-table.
8204 (make-char-internal): New function.
8205
8206 2008-02-01 Jason Rumney <jasonr@gnu.org>
8207
8208 * w32-charset-info-alist: Define iso10646-1 always.
8209
8210 2008-02-01 Kenichi Handa <handa@m17n.org>
8211
8212 * composite.el (compose-region): Doc fix (delete duplicated line).
8213
8214 2008-02-01 Kenichi Handa <handa@m17n.org>
8215
8216 * international/characters.el: Fix syntax for Ethiopic.
8217
8218 2008-02-01 Jason Rumney <jasonr@gnu.org>
8219
8220 * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
8221
8222 * makefile.w32-in (DONTCOMPILE): Remove old languages.
8223 Add international/latin1-disp.el.
8224 (LC_ALL): Define as C.
8225
8226 2008-02-01 Jason Rumney <jasonr@gnu.org>
8227
8228 * term/w32-win.el: Don't set fontsets to use sjis.
8229
8230 2008-02-01 Kenichi Handa <handa@m17n.org>
8231
8232 * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
8233 (japanese-iso-8bit): Fix the order of charsets in :charset-list.
8234
8235 2008-02-01 Kenichi Handa <handa@m17n.org>
8236
8237 * composite.el (auto-composition-chunk-size): Delete variable.
8238 (auto-compose-chars): Always stop after processing a newline.
8239
8240 2008-02-01 Kenichi Handa <handa@m17n.org>
8241
8242 * international/mule.el (define-coding-system): Fix attribute
8243 name :for-unibyte.
8244
8245 2008-02-01 Kenichi Handa <handa@m17n.org>
8246
8247 * ps-bdf.el: Largely re-write.
8248
8249 * ps-mule.el: Largely re-write.
8250
8251 * ps-print.el (ps-generate-string-list): Delete function.
8252 (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
8253 (ps-header-footer-string): Delete function.
8254 (ps-encode-header-string-function): New variable.
8255 (ps-generate-header-line): Call ps-encode-header-string-function.
8256 (ps-basic-plot-string-function): New variable
8257 (ps-begin-job): Set ps-basic-plot-string-function and
8258 ps-encode-header-string-function. For setting up headers and
8259 footers, don't use caches such as ps-rh-cache. Don't call
8260 ps-mule-begin-page.
8261 (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
8262 Don't call ps-mule-prepare-ascii-font.
8263 (ps-plot-region): Don't pay attention to composition and
8264 non-ASCII characters.
8265 (ps-generate): Call ps-mule-end-job.
8266 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
8267 (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
8268 (ps-mule-end-job): Declare autoload.
8269
8270 * composite.el (auto-compose-region): New function.
8271
8272 2008-02-01 Dave Love <fx@gnu.org>
8273
8274 * international/mule-util.el
8275 (detect-coding-with-language-environment): Doc fix.
8276
8277 * composite.el: Doc fixes.
8278 (auto-compose-chars): Use functionp, not fboundp.
8279
8280 * international/mule-diag.el (list-charset-chars): Set buffer file
8281 coding system.
8282
8283 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8284 cookie. Doc fix.
8285
8286 2008-02-01 Dave Love <fx@gnu.org>
8287
8288 * international/mule-diag.el (list-charset-chars): Set buffer file
8289 coding system.
8290
8291 * progmodes/cap-words.el (capitalized-words-mode): Add autoload
8292 cookie. Doc fix.
8293
8294 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8295 * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
8296 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
8297 * eshell/esh-opt.el (eshell-process-option):
8298 * emulation/keypad.el (keypad-setup):
8299 * emacs-lisp/lisp-mode.el (prin1-char):
8300 * emacs-lisp/generic.el (generic-mode-set-comments):
8301 * edmacro.el (edmacro-parse-keys):
8302 * disp-table.el (standard-display-default): Use characterp.
8303
8304 2008-02-01 Kenichi Handa <handa@m17n.org>
8305
8306 * international/mule-conf.el (utf-16-be): Make it an alias of
8307 utf-16be-with-signature.
8308 (utf-16-le): Make it an alias of utf-16le-with-signature.
8309 (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
8310 coding system aliases.
8311
8312 * international/utf-7.el (utf-7-decode, utf-7-encode):
8313 Use utf-16be, not utf-16-be.
8314
8315 2008-02-01 Kenichi Handa <handa@m17n.org>
8316
8317 * international/mule.el (coding-system-category): New function.
8318 (set-coding-priority): Re-write.
8319 (make-translation-table): Re-write.
8320
8321 * international/mule-cmds.el (universal-coding-system-argument):
8322 Check the coding system type `undecided', not `t'.
8323 (sort-coding-systems): Fix for iso-2022 coding systems.
8324 (find-multibyte-characters): Fix for eight-bit chars.
8325 (set-language-environment): Set charset priorities according to
8326 the charsets supported by the coding systems of higher priorities.
8327
8328 2008-02-01 Kenichi Handa <handa@m17n.org>
8329
8330 * font-lock.el
8331 (font-lock-match-c-style-declaration-item-and-skip-to-next):
8332 Check (match-end 2) before going there.
8333
8334 2008-02-01 Kenichi Handa <handa@m17n.org>
8335
8336 * international/mule.el (ctext-non-standard-designations-alist):
8337 Exclude entries for iso8859-1[03456]. Fix docstring.
8338 (ctext-pre-write-conversion): Make it work for the case that FROM
8339 is a string. Don't do unnecessary save-restriction and
8340 narrow-to-region.
8341
8342 2008-02-01 Kenichi Handa <handa@m17n.org>
8343
8344 * international/mule.el (ctext-non-standard-encodings-alist):
8345 Rename from non-standard-icccm-encodings-alist.
8346 (ctext-non-standard-encodings-regexp): New variable
8347 (ctext-post-read-conversion): Full rewrite.
8348 (ctext-non-standard-designations-alist): Rename from
8349 non-standard-designations-alist.
8350 (ctext-pre-write-conversion): Full rewrite.
8351 (define-coding-system): Doc fix (escape '"' by '\').
8352
8353 2008-02-01 Dave Love <fx@gnu.org>
8354
8355 * international/mule-conf.el (utf-16le, utf-16be-16be)
8356 (utf-16le-with-signature, utf-16be-with-signature, utf-16):
8357 Define :mime-text-unsuitable. Rename `utf-16{b,l}e...' from
8358 `-16-{b,l}e-' and define aliases for the old names.
8359
8360 * international/mule.el (define-coding-system): Doc fix.
8361
8362 2008-02-01 Dave Love <fx@gnu.org>
8363
8364 * international/utf-7.el: New file.
8365
8366 * international/mule-conf.el (utf-7): New.
8367
8368 2008-02-01 Kenichi Handa <handa@m17n.org>
8369
8370 * international/mule-conf.el (utf-16): Add :endian 'big.
8371
8372 * international/mule.el (define-coding-system): Fix docstring
8373 about :bom and :endian.
8374
8375 2008-02-01 Dave Love <fx@gnu.org>
8376
8377 * international/mule-diag.el (describe-character-set):
8378 Fix printing dimensions. Use `×', not `x'.
8379
8380 2008-02-01 Kenichi Handa <handa@m17n.org>
8381
8382 * international/fontset.el: Register CDAC fonts in
8383 face-font-rescale-alist instead of face-resizing-fonts.
8384
8385 2008-02-01 Kenichi Handa <handa@m17n.org>
8386
8387 * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
8388 (utf-16-be): Rename from utf-16-be-nosig.
8389 (utf-16-le-with-signature): Rename from utf-16-le.
8390 (utf-16-be-with-signature): Rename from utf-16-be.
8391 (utf-16): Set :bom to (utf-16-le-with-signature .
8392 utf-16-be-with-signature).
8393
8394 2008-02-01 Dave Love <fx@gnu.org>
8395
8396 * language/georgian.el (georgian-ps, georgian-academy): New coding
8397 system.
8398
8399 * language/chinese.el (chinese-big5-hkscs): New coding system.
8400 (big5-hkscs, cn-big5-hkscs): New aliases.
8401
8402 * international/mule-conf.el (big5-hkscs, georgian-academy):
8403 New charset.
8404 (ibm1047): Doc fix.
8405 (pt154): Add mime-charset.
8406 (ptcp154, cp154): New aliases.
8407
8408 2008-02-01 Dave Love <fx@gnu.org>
8409
8410 * international/mule.el (charset-iso-final-char, define-coding-system):
8411 Doc fix.
8412
8413 2008-02-01 Kenichi Handa <handa@m17n.org>
8414
8415 * international/ccl.el (define-ccl-program): Fset charset-id
8416 to charset-id-internal temporarily.
8417
8418 2008-02-01 Kenichi Handa <handa@m17n.org>
8419
8420 * international/mule-diag.el (list-block-of-chars):
8421 Use decode-char instead of make-char.
8422
8423 2008-02-01 Kenichi Handa <handa@m17n.org>
8424
8425 * international/fontset.el: Enable the default fontset to use
8426 unicode fonts for ASCII characters.
8427 (x-decompose-font-name): Don't try to resolve PATTERN by
8428 x-resolve-font-name.
8429 (x-complement-fontset-spec): Never prepend an ASCII font.
8430 (create-fontset-from-fontset-spec): If a fontset of the same name
8431 already exists, override it instead of signalling an error. Don't
8432 turn `ascii' into `latin'. Don't update fontset-alias-alist here.
8433
8434 * international/mule-conf.el (unicode-bmp): Delete duplicated
8435 definition. Give it :code-offset 0.
8436
8437 * international/mule-diag.el (print-fontset-element): New function.
8438 (print-fontset): Use print-fontset-element to print the elements
8439 of a fontset. Use it also to print fonts fallen back to the
8440 default fontsets.
8441
8442 * term/x-win.el: Delete the code to create a fontset from the X
8443 resource "Font".
8444
8445 2008-02-01 Kenichi Handa <handa@m17n.org>
8446
8447 * international/mule-diag.el (print-fontset): Insert proper
8448 newline and indentation spaces.
8449
8450 2008-02-01 Dave Love <fx@gnu.org>
8451
8452 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
8453 multibyte-char-to-unibyte.
8454
8455 * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
8456
8457 * international/mule-cmds.el (find-coding-systems-for-charsets):
8458 Use coding-system-type, coding-system-charset-list.
8459 (standard-keyboard-coding-systems): Delete.
8460 (set-locale-environment): Maybe set keyboard coding system.
8461 Avoid typical warning about codeset in C locale.
8462
8463 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8464
8465 * international/fontset.el (x-complement-fontset-spec): If a
8466 fontname doesn't conform to XLFD format, try to get XLFD name by
8467 x-list-fonts.
8468
8469 2008-02-01 Dave Love <fx@gnu.org>
8470
8471 * international/mule-conf.el (mik, pt154): New charsets.
8472
8473 * language/cyrillic.el (mik, pt154): New coding systems.
8474
8475 2008-02-01 Dave Love <fx@gnu.org>
8476
8477 * international/characters.el: Move parts around so that syntax
8478 definitions aren't overwritten wrongly.
8479
8480 * international/mule-diag.el (unicode-data): Fix treatment of
8481 numeric-value fields.
8482
8483 2008-02-01 Dave Love <fx@gnu.org>
8484
8485 * progmodes/cap-words.el: New file.
8486
8487 2008-02-01 Kenichi Handa <handa@m17n.org>
8488
8489 The following changes are to make character composition happen
8490 automatically on displaying.
8491
8492 * composite.el: Remove all autoload cookies.
8493 (composition-function-table): Move variable declaration from
8494 composite.c. Change format.
8495 (save-buffer-state): Copy from font-lock.el.
8496 (auto-composition-chunk-size): New variable.
8497 (auto-compose-chars): New function. Set
8498 auto-composition-function to it.
8499 (toggle-auto-composition): New function.
8500
8501 * international/characters.el: Make all chararacters in the
8502 charset tibetan to tibetan script.
8503
8504 * international/mule-conf.el (tibetan): Fix :code-space property.
8505 (tibetan-1-column): Delete :superset property, add :code-offset
8506 property.
8507
8508 * international/quail.el (quail-input-string-to-events): Don't
8509 generate compose-chars-after events.
8510
8511 * language/devanagari.el: Register devanagari-composable-function
8512 in composition-function-table for Devanagari characters.
8513
8514 * language/devan-util.el: Register devanagari-composable-pattern
8515 in indian-composable-pattern.
8516 (devanagari-composition-function): Add autoload cookie. Change
8517 arguments to conform to composition-function-table.
8518
8519 * language/european.el: Register combining characters in
8520 composition-function-table.
8521 (diacritic-composition-function): Change arguments to conform to
8522 composition-function-table.
8523
8524 * language/indian.el (indian-composable-pattern): New variable.
8525
8526 * language/ind-util.el (indian-compose-region): Don't call
8527 compose-chars-after, instead call a function registered in
8528 composition-function-table.
8529
8530 * language/lao.el: Register lao-composition-function in
8531 composition-function-table for Lao vowels and tones.
8532 (lao): Don't use lao-post-read-conversion.
8533
8534 * language/lao-util.el (lao-post-read-conversion): Delete this function.
8535 (lao-composition-function): Change arguments to conform to
8536 composition-function-table.
8537
8538 * language/thai.el: Register thai-composition-function in
8539 composition-function-table for Thai vowels and tones.
8540 (thai-tis620): Don't use thai-post-read-conversion.
8541
8542 * language/thai-util.el (thai-post-read-conversion): Delete function.
8543 (thai-composition-function): Change arguments to conform to
8544 composition-function-table.
8545
8546 * language/tibetan.el: Register tibetan-composition-function in
8547 composition-function-table for Tibetan characters.
8548
8549 * language/tibet-util.el (tibetan-composition-function):
8550 Change arguments to conform to composition-function-table.
8551
8552 * loadup.el: Load composite.
8553
8554 2008-02-01 Dave Love <fx@gnu.org>
8555
8556 * international/mule-diag.el (unicode-data): Find unicodedata-file
8557 literally.
8558
8559 2008-02-01 Dave Love <fx@gnu.org>
8560
8561 * international/fontset.el: Doc fixes.
8562 ("fontset-default"): Add iso8859-15.
8563
8564 2008-02-01 Kenichi Handa <handa@m17n.org>
8565
8566 * international/fontset.el ("fontset-default"): Add an entry for
8567 `indian-is13194' charset.
8568
8569 * international/mule-conf.el (indian-is13194): Delete :unify-map
8570 property. Don't unify this charset.
8571 (indian-2-column): Delete :superset property, add :code-offset property.
8572
8573 * language/devan-util.el: Delete the superfluous autoload cookie
8574 near the head of the file.
8575 (devanagari-compose-region): Add autoload cookie.
8576
8577 * language/ind-util.el (indian-2-column-to-ucs-region):
8578 Add autoload cookie.
8579
8580 2008-02-01 Kenichi Handa <handa@m17n.org>
8581
8582 * international/fontset.el ("fontset-default"): Add an entry for
8583 `devanagari' script and `malayalam-glyph' charset.
8584 (face-resizing-fonts): Register CDAC fonts.
8585
8586 * international/mule-conf.el (malayalam-glyph): New charset.
8587
8588 2008-02-01 Dave Love <fx@gnu.org>
8589
8590 * term/x-win.el: Fix typo in loop setting x-keysym-table.
8591
8592 2008-02-01 Dave Love <fx@gnu.org>
8593
8594 * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
8595
8596 * term/x-win.el: Remove some ancient compatibility code. Populate
8597 x-keysym-table.
8598
8599 * international/mule-cmds.el (wid-edit): Require when compiling.
8600 (set-locale-environment): Check locale against coding system
8601 aliases too.
8602
8603 2008-02-01 Kenichi Handa <handa@m17n.org>
8604
8605 * language/indian.el (in-is13194-devanagari):
8606 Fix :post-read-conversion and :pre-write-conversion.
8607
8608 2008-02-01 Dave Love <fx@gnu.org>
8609
8610 * international/mule-cmds.el (charset): Supply doc, :tag.
8611
8612 2008-02-01 Kenichi Handa <handa@m17n.org>
8613
8614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
8615 return a unibyte string.
8616
8617 2008-02-01 Kenichi Handa <handa@m17n.org>
8618
8619 * international/mule-cmds.el (set-locale-environment):
8620 Delete superfluous ')'s at the tail.
8621
8622 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8623
8624 * international/mule.el (define-coding-system): Fix typo;
8625 "docode" -> "decode".
8626
8627 2008-02-01 Dave Love <fx@gnu.org>
8628
8629 * emacs-lisp/byte-opt.el (side-effect-free-fns):
8630 Add string-make-unibyte string-make-multibyte string-to-multibyte
8631 string-as-multibyte string-as-unibyte.
8632
8633 2008-02-01 Dave Love <fx@gnu.org>
8634
8635 * language/english.el (ibm1047, cp1047): New.
8636
8637 * international/mule-conf.el (alternativnyj): Use new table.
8638 (cp866): Define standalone, not as alias.
8639 (ibm866): Change alias.
8640 (ibm1047): New.
8641
8642 * language/cyrillic.el (cyrillic-alternativnyj):
8643 Remove mime-charset. Use alternativnj charset.
8644 (cp866): Remove alias. Define standalone.
8645
8646 2008-02-01 Dave Love <fx@gnu.org>
8647
8648 * language/european.el ("Latin-2", "Latin-5"): Doc fix.
8649
8650 * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
8651 ("Tajik", "Belarusian"): Fix charset.
8652
8653 * international/mule-cmds.el (describe-language-environment):
8654 Be case-insensitive when looking for input methods.
8655 (locale-name-match): Doc fix.
8656 (locale-charset-match-p): New.
8657 (set-locale-environment): Warn if coding system doesn't agree
8658 with system locale.
8659
8660 2008-02-01 Kenichi Handa <handa@m17n.org>
8661
8662 * international/mule-cmds.el (select-safe-coding-system): If
8663 :mime-charset property of a coding system is not equal to that
8664 coding system, don't show that :mime-charset name.
8665
8666 2008-02-01 Dave Love <fx@gnu.org>
8667
8668 * international/quail.el (quail-help): Fix underlining.
8669
8670 * language/chinese.el (chinese-gb18030, gb18030)
8671 ("Chinese-GB18030"): New.
8672
8673 * international/mule-cmds.el (locale-language-names): Add GB18030.
8674
8675 * international/swedish.el: Don't require latin-1.
8676
8677 2008-02-01 Dave Love <fx@gnu.org>
8678
8679 * language/czech.el ("Czech"):
8680 * language/slovak.el ("Slovak"):
8681 * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
8682
8683 * language/greek.el ("Greek"): Remove unibyte-syntax property.
8684 (cp737): New coding system.
8685
8686 * language/european.el: Remove unibyte-syntax properties.
8687 Augment some coding-system properties.
8688
8689 * international/mule-cmds.el (set-language-environment):
8690 Check for charset property of environment.
8691 (language-info-alist): Doc fix.
8692
8693 * Makefile.in (DONTCOMPILE): Remove latin-N.el.
8694
8695 * international/characters.el: Add Latin-1.
8696
8697 * international/latin-1.el, international/latin-2.el,
8698 * international/latin-3.el, international/latin-4.el,
8699 * international/latin-5.el, international/latin-8.el,
8700 * international/latin-9.el: Delete.
8701
8702 * loadup.el: Remove international/latin-N.el.
8703
8704 * case-table.el (set-case-syntax-charset, set-case-syntax-1)
8705 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8706 Undo last changes.
8707
8708 * international/mule-diag.el (unicode-data): Check that
8709 `unicodedata-file' exists.
8710
8711 2008-02-01 Kenichi Handa <handa@m17n.org>
8712
8713 * international/fontset.el (charset-script-alist): Fix script names.
8714
8715 2008-02-01 Kenichi Handa <handa@m17n.org>
8716
8717 * international/latin-1.el: Bind set-case-syntax-charset to
8718 iso-8859-1. Never provide latin-1.
8719
8720 * international/latin-2.el: Bind set-case-syntax-charset to
8721 iso-8859-2. Never provide latin-2.
8722
8723 * international/latin-3.el: Bind set-case-syntax-charset to
8724 iso-8859-3. Never provide latin-3.
8725
8726 * international/latin-4.el: Bind set-case-syntax-charset to
8727 iso-8859-4. Never provide latin-4.
8728
8729 * international/latin-5.el: Bind set-case-syntax-charset to
8730 iso-8859-9. Never provide latin-5.
8731
8732 * international/latin-8.el: Bind set-case-syntax-charset to
8733 iso-8859-14. Never provide latin-8.
8734
8735 * international/latin-9.el: Bind set-case-syntax-charset to
8736 iso-8859-15. Never provide latin-9.
8737
8738 * case-table.el (set-case-syntax-set-multibyte): Delete variable.
8739 (set-case-syntax-charset): New variable.
8740 (set-case-syntax-1): New function.
8741 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
8742 Call set-case-syntax-1 on arguments.
8743
8744 * international/mule-cmds.el (set-language-environment): Delete
8745 unnecessary setup of syntax/case for unibyte case.
8746
8747 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8748
8749 * international/fontset.el (generate-fontset-menu): Exclude the
8750 default fontset.
8751
8752 * faces.el (describe-face): Describe :fontset property too.
8753
8754 2008-02-01 Dave Love <fx@gnu.org>
8755
8756 * international/characters.el: Don't set char width of CJK
8757 charsets generally. Add some non-word syntax cases.
8758 (korean-ksc5601): Fix ranges with symbol syntax.
8759
8760 2008-02-01 Dave Love <fx@gnu.org>
8761
8762 * Makefile.in (DONTCOMPILE): Add indian.el.
8763
8764 * language/ind-util.el:
8765 (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
8766 (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
8767 (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
8768 (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
8769 Remove declarations and let-bind them in re-written top-level loop
8770 over scripts, including ucs-devanagari-to-is13194-alist.
8771
8772 2008-02-01 Dave Love <fx@gnu.org>
8773
8774 * international/mule-cmds.el (charset): Move.
8775 (language-info-custom-alist): Move. Alter :set.
8776 (find-coding-systems-for-charsets): Check charset type before
8777 getting :charset-list.
8778
8779 * language/ind-util.el (iscii-to-ucs-region): Fix typo.
8780
8781 2008-02-01 Dave Love <fx@gnu.org>
8782
8783 * wid-edit.el (widget-string-complete): New.
8784 (widget-coding-system-prompt-value-history): Delete.
8785 (coding-system): Use coding-system-value-history.
8786
8787 * international/mule-cmds.el (charset): New widget.
8788 (language-info-custom-alist): Use it.
8789 (default-input-method): Modify :type.
8790
8791 2008-02-01 Dave Love <fx@gnu.org>
8792
8793 * language/ind-util.el (ucs-devanagari-to-is13194-alist)
8794 (indian-glyph-char, indian-char-glyph): Delete.
8795 (is13194-default-repertory): Rename from is13194-default-repartory.
8796 (iscii-to-ucs-region): Hoist evals from loop.
8797
8798 * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
8799
8800 * language/indian.el (indian-script-table)
8801 (ccl-encode-indian-glyph-font): Delete.
8802
8803 * international/mule-cmds.el (language-info-custom-alist): New.
8804 (input-method-activate-hook, input-method-inactivate-hook)
8805 (input-method-after-insert-chunk-hook)
8806 (input-method-use-echo-area, set-language-environment-hook)
8807 (exit-language-environment-hook): Customize.
8808 (find-coding-systems-for-charsets): Rewrite.
8809 (default-input-method): Add :link.
8810
8811 2008-02-01 Dave Love <fx@gnu.org>
8812
8813 * international/mule-conf.el (eight-bit): Add :docstring,
8814 :short-name properties.
8815 (cp851): Doc fix.
8816 (unicode-bmp): New.
8817
8818 * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
8819
8820 * language/european.el (cp858): New.
8821 ("Turkish"): Add special case rules.
8822
8823 2008-02-01 Dave Love <fx@gnu.org>
8824
8825 * international/characters.el: Make Ÿ and ÿ a case pair.
8826
8827 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8828
8829 * international/mule-conf.el: Don't define the charset iso-8859-1
8830 here, just setup its properties.
8831
8832 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8833
8834 * international/mule-conf.el (utf-8): Give :mime-charset property.
8835
8836 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8837
8838 * international/characters.el: Remove duplicated case setting for
8839 Cyrillic and Greek letters. Don't setup printable-chars here.
8840
8841 * case-table.el (describe-buffer-case-table): Handle the case
8842 that KEY is a cons within map-char-table.
8843
8844 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8845
8846 * international/characters.el: Fix categories ?A and ?C.
8847 Treat ASCII characters as `latin' script.
8848
8849 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8850
8851 * international/fontset.el (fontset-plain-name): If the fontset
8852 name doesn't ends with "-fontset-*", use family name as the first
8853 part of the plain name.
8854 (create-fontset-from-ascii-font): If "fontset-startup" is not yet
8855 created, use that name for the fontset. Fix arguments to
8856 subst-char-in-string.
8857
8858 2008-02-01 Dave Love <fx@gnu.org>
8859
8860 * term.el (term-char-mode): Remove generic-character-list code.
8861
8862 * ruler-mode.el (ruler-mode-character-validate): Use characterp.
8863
8864 * wid-edit.el (character): Use characterp.
8865
8866 * international/mule-diag.el (describe-coding-system): Add utf-16 case.
8867
8868 * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
8869
8870 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
8871 Add charset.
8872 ("Ukrainian"): New.
8873
8874 * language/georgian.el (georgian-ps): New coding system.
8875
8876 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8877
8878 * international/mule-cmds.el (reset-language-environment):
8879 Don't set nonascii-translation-table and nonascii-insert-offset.
8880 Call set-unibyte-charset, not set-primary-charset.
8881 (nonascii-translation-table, nonascii-insert-offset):
8882 Declare these variable as obsolete ones.
8883 (set-language-environment): Call set-unibyte-charset, not
8884 set-primary-charset. Call set-charset-priority with `charset'
8885 info of the language environment.
8886
8887 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8888
8889 * international/characters.el (next-word-boundary-han):
8890 Don't treat katakana following han characters as a part of a word.
8891
8892 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/characters.el: Call map-charset-chars on big5 (not
8895 chinese-big5-1/2) to set categories `c', `C', and `|'.
8896 (next-word-boundary-han, next-word-boundary-kana): New function.
8897 Register it in next-word-boundary-function-table.
8898
8899 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8900
8901 * arc-mode.el (archive-file-name-coding-system): New variable.
8902 Make it permanent-local.
8903 (byte-after, bref, insert-unibyte): New function. Change most of
8904 char-after, aref, insert to them respectively.
8905 (archive-mode): Set archive-file-name-coding-system.
8906 (archive-summarize): Don't change the buffer's multibyteness.
8907 (archive-extract): Inherit archive-file-name-coding-system from
8908 archive-superior-buffer. Bind coding-system-for-write to
8909 archive-file-name-coding-system.
8910 (archive-*-write-file-member): Encode ENAME by
8911 archive-file-name-coding-system. Bind coding-system-for-write to
8912 no-conversion.
8913 (archive-rename-entry): Encode the filename by
8914 archive-file-name-coding-system.
8915 (archive-mode-revert): Don't change the buffer's multibyteness.
8916 (archive-arc-summarize, archive-lzh-summarize)
8917 (archive-zoo-summarize): Don't change the buffer's multibyteness.
8918 Decode filenames by archive-file-name-coding-system.
8919 (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
8920 the buffer's multibyteness.
8921
8922 * tar-mode.el (tar-file-name-coding-system): New variable.
8923 Make it permanent-local.
8924 (tar-header-block-tokenize): Decode filename and linkname by
8925 tar-file-name-coding-system.
8926 (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
8927 the byte value of eight-bit chars.
8928 (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
8929 `to'. Delete unnecessary call of position-bytes.
8930 (tar-mode): Set tar-file-name-coding-system. Delete unnecessary
8931 call of position-bytes.
8932 (tar-extract): Simplify by calling decode-coding-region with
8933 DESTINATION argument. Don't toggle multibyteness of tar buffer.
8934 (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
8935 (tar-clear-modification-flags): Delete unnecessary call of
8936 position-bytes.
8937 (tar-rename-entry): Call tar-alter-one-field with encoded new name.
8938 (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
8939 Convert new-data-string by string-to-multibyte before inserting it.
8940 (tar-subfile-save-buffer): Don't toggle multibyteness of tar
8941 buffer. Simplify by calling encoding-coding-region with
8942 DESTINATION argument.
8943 (tar-mode-write-file): Delete unnecessary call of byte-to-position.
8944
8945 2008-02-01 Dave Love <fx@gnu.org>
8946
8947 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
8948
8949 * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
8950
8951 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8952
8953 * international/characters.el: Setup char-script-table.
8954
8955 * international/fontset.el: Setup the default fontset by the new
8956 script-based way.
8957 (x-complement-fontset-spec): Change the format of arg FONTLIST to
8958 an alist of charsets vs font name lists.
8959 (charset-script-alist): New variable.
8960 (create-fontset-from-fontset-spec): Allow script name in
8961 FONTSET-SPEC. If charset is specified in FONTSET-SPEC, change it
8962 to the corresponding script name.
8963 (create-fontset-from-ascii-font): Slight tuning.
8964
8965 * international/mule-conf.el (devanagari-glyph): New charset.
8966 Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
8967 japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
8968 japanese-jisx0213-2.
8969
8970 * international/mule-diag.el (print-fontset): Use describe-vector
8971 to handle a char table returned by fontset-info.
8972
8973 * language/indian.el: Don't register ccl-encode-indian-glyph-font
8974 and ccl-encode-unicode-font in font-ccl-encoder-alist.
8975
8976 2008-02-01 Kenichi Handa <handa@etl.go.jp>
8977
8978 * international/mule-util.el (detect-coding-with-priority):
8979 Fix the place of using `,' marker in backquote form.
8980
8981 2008-02-01 Dave Love <fx@gnu.org>
8982
8983 * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
8984
8985 * international/mule-util.el (with-coding-priority): Fix.
8986
8987 * international/mule.el (set-coding-priority): Fix obsolete spec.
8988
8989 2008-02-01 Dave Love <fx@gnu.org>
8990
8991 * international/mule-cmds.el (leim-list-header): Add coding tag.
8992
8993 2008-02-01 Dave Love <fx@gnu.org>
8994
8995 * international/mule-cmds.el (find-coding-systems-region)
8996 (language-info-alist, reset-language-environment, princ-list): Doc fix.
8997 (input-method-verbose-flag): Fix :type.
8998
8999 2008-02-01 Dave Love <fx@gnu.org>
9000
9001 * international/mule.el (set-char-table-default): Make obsolete.
9002
9003 2008-02-01 Dave Love <fx@gnu.org>
9004
9005 * language/devanagari.el ("Devanagari"): Fix coding-system,
9006 coding-priority.
9007
9008 * international/mule-diag.el (describe-char-after): Modify display
9009 list processing.
9010 (unicodedata-file, unicodedata-find): New.
9011
9012 2008-02-01 Dave Love <fx@gnu.org>
9013
9014 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
9015 autoload cookie.
9016
9017 * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
9018
9019 2008-02-01 Dave Love <fx@gnu.org>
9020
9021 * international/mule-util.el (detect-coding-with-priority): Rewrite.
9022
9023 2008-02-01 Dave Love <fx@gnu.org>
9024
9025 * composite.el (compose-string): Doc fix.
9026
9027 * language/georgian.el ("Georgian"): Delete code-pages feature,
9028 add nonascii-translation.
9029
9030 * language/european.el ("German", "French", "Spanish"):
9031 Add latin-9 as alternative coding system.
9032 ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
9033 ("Dutch"): Add latin-9 as alternative coding system. Add input method.
9034 ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
9035 ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
9036 system.
9037
9038 * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
9039 encode-coding-char.
9040 (side-effect-and-error-free-fns): Add charsetp, max-char,
9041 primary-charset.
9042
9043 * simple.el: Don't require cl when compiling.
9044
9045 * Makefile.in (DONTCOMPILE): Fix duplicates.
9046
9047 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
9048
9049 * international/mule.el: Doc fixes.
9050 (load-with-code-conversion): Fix coding-system-type test.
9051
9052 * international/mule-cmds.el (sort-coding-systems): Comment out
9053 iso-2022 case.
9054 (encoded-string-description): Fix coding-system-type test.
9055
9056 2008-02-01 Dave Love <fx@gnu.org>
9057
9058 * international/characters.el: Make korean-ksc5601 double-width.
9059
9060 * international/mule.el (auto-coding-regexp-alist):
9061 Recognize Emacs 20/1 byte-compiled files.
9062
9063 * international/mule-conf.el (file-coding-system-alist):
9064 Change .elc to utf-8-emacs.
9065
9066 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
9067 of utf-8-emacs.
9068 (byte-compile-insert-header): Update magic number. Add ballast.
9069 (map-char-table): Use byte-compile-funarg-2.
9070
9071 2008-02-01 Dave Love <fx@gnu.org>
9072
9073 * language/cyrillic.el ("Belarusian"): Doc fix.
9074 (cp1125, koi8-t): Doc fix.
9075
9076 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9077 (find-multibyte-characters): Don't test for charset `unknown'.
9078 (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
9079 ru, sr_YU, tg, wa, zh.gbk.
9080 (locale-language-names): Change sp to Cyrillic.
9081 (locale-charset-language-names): Match @euro after utf-8.
9082
9083 2008-02-01 Dave Love <fx@gnu.org>
9084
9085 * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
9086 New coding systems.
9087 ("Chinese-GBK"): New environment.
9088
9089 * language/thai-util.el: Remove redundant unicodes in category-setting.
9090
9091 * language/lao-util.el: Remove redundant unicodes in category-setting.
9092
9093 * international/mule-conf.el (japanese-jisx0213-1)
9094 (japanese-jisx0213-2): Add unify-map.
9095
9096 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9097
9098 * international/quail.el (quail-update-leim-list-file):
9099 Force writing the file by iso-2022-7bit.
9100
9101 * international/titdic-cnv.el (miscdic-convert): Force writing the
9102 file by iso-2022-7bit.
9103
9104 * international/mule.el (define-charset): Change the attribute
9105 :parents to :subset or :superset.
9106
9107 * international/mule-conf.el: Adjust for the change of
9108 define-charset (:parent -> :subset or :superset).
9109
9110 * international/characters.el: Fix the last change.
9111
9112 2008-02-01 Dave Love <fx@gnu.org>
9113
9114 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
9115 (cyrillic-encode-alternativnyj-char): Fix.
9116 (standard-display-cyrillic-translit): Remove redundant unicodes.
9117
9118 2008-02-01 Dave Love <fx@gnu.org>
9119
9120 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
9121 New environments.
9122
9123 * international/mule-conf.el (control-1): New charset.
9124 (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
9125 (korean-ksc5601): Redefine to use code-offset and unify-map.
9126
9127 2008-02-01 Dave Love <fx@gnu.org>
9128
9129 * international/mule-conf.el (tcvn-5712): New charset.
9130
9131 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
9132 ("Vietnamese"): Doc fix.
9133
9134 2008-02-01 Dave Love <fx@gnu.org>
9135
9136 * international/mule-conf.el (windows-936): New alias.
9137
9138 * cus-start.el: Add scalable-fonts-allowed.
9139
9140 * international/characters.el: Reinstate various CJK syntax and
9141 category setup. Remove obsolete syntax setting in Greek section.
9142 Optimize the char tables.
9143
9144 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
9145
9146 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
9147
9148 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
9149 coding systems.
9150
9151 * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
9152
9153 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9154
9155 * international/characters.el (printable-chars): Setup correctly.
9156
9157 2008-02-01 Dave Love <fx@gnu.org>
9158
9159 * cus-start.el: Add selection-coding-system.
9160
9161 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
9162
9163 * language/china-util.el (post-read-decode-hz)
9164 (pre-write-encode-hz): Move from chinese.el.
9165 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
9166 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
9167
9168 * language/chinese.el (post-read-decode-hz)
9169 (pre-write-encode-hz): Move to china-util.el.
9170
9171 * case-table.el (set-case-syntax-pair): Test again for equal byte
9172 lengths of the pair.
9173
9174 * international/characters.el: Add Vietnamese category to
9175 equivalent unicodes.
9176
9177 2008-02-01 Dave Love <fx@gnu.org>
9178
9179 * international/mule-conf.el (chinese-sisheng, ipa)
9180 (indian-is13194, tibetan, ethiopic): Add :unify-map.
9181
9182 * international/mule-diag.el (describe-character-set): Account for
9183 more than two dimensions of possibly different size.
9184 (describe-current-coding-system): Add selection-coding-system.
9185
9186 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9187 (unify-8859-on-decoding-mode): Move from mule.el.
9188
9189 * international/mule.el (unify-8859-on-encoding-mode)
9190 (unify-8859-on-decoding-mode): Remove :init-value.
9191 (charset-chars): Add optional dimension arg.
9192 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
9193 Move to mule-cmds.el.
9194
9195 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9196
9197 * international/fontset.el: Change registry for japanese-jisx0208
9198 to "JISX0208*" in the default fontset.
9199 (font-encoding-alist): Add an entry for "JISX0208.1983" and
9200 "ISO10646.indian-1".
9201
9202 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9203
9204 * language/japanese.el (japanese-iso-7bit-1978-irv):
9205 Add `designation' to :flags, `ascii' to :charset-list.
9206
9207 * international/mule.el (define-charset): New args :min-code and
9208 :max-code.
9209 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
9210
9211 * international/mule-conf.el (chinese-gbk): Change :code-offset to
9212 #x160000.
9213 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
9214 (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
9215
9216 2008-02-01 Dave Love <fx@gnu.org>
9217
9218 * language/thai.el (iso-8859-11): New coding system.
9219
9220 * international/mule-conf.el: Doc fixes.
9221 (iso-8859-11): New.
9222
9223 2008-02-01 Dave Love <fx@albion.dl.ac.uk>
9224
9225 * cus-start.el (scalable-fonts-allowed): Add.
9226
9227 2008-02-01 Dave Love <fx@gnu.org>
9228
9229 * international/mule.el (unify-8859-on-encoding-mode)
9230 (unify-8859-on-decoding-mode): Dummy versions.
9231
9232 * international/ucs-tables.el: Remove.
9233
9234 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
9235 language/japanese.el.
9236
9237 * international/mule-conf.el: Doc fixes.
9238 (cp936): New alias.
9239 (cp720, cp858): New charsets.
9240
9241 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
9242 coding system, not emacs-mule.
9243
9244 * files.el (revert-buffer, recover-file): Likewise.
9245
9246 * desktop.el (desktop-save): Likewise.
9247
9248 2008-02-01 Dave Love <fx@gnu.org>
9249
9250 * international/mule.el (with-category-table): Use make-symbol.
9251 (coding-system-list): Use coding-system-aliases.
9252 (make-translation-table): Don't deal with generic characters.
9253
9254 * international/mule-util.el (coding-system-post-read-conversion)
9255 (coding-system-pre-write-conversion)
9256 (coding-system-translation-table-for-decode)
9257 (coding-system-translation-table-for-encode): Get the right properties.
9258 (with-coding-priority): New macro.
9259 (detect-coding-with-language-environment): Use it.
9260 (coding-system-equal): Use coding-system-plist.
9261
9262 * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
9263 Use :valid property.
9264
9265 * international/mule-cmds.el (encode-coding-char):
9266 Use find-coding-systems-string. Don't use make-char.
9267 (describe-language-environment): Use coding-system-aliases.
9268 (prefer-coding-system): Doc fix.
9269
9270 * international/mule-diag.el (describe-current-coding-system):
9271 Fix aliases listing.
9272 (print-iso-2022-flags): Delete.
9273 (print-designation): Partial re-write.
9274 (describe-coding-system): Deal with iso-2022 designations, flags.
9275 Fix shift_jis case.
9276 (describe-char-after): Use characterp. Print explicit unicode.
9277 Remove some obsolete code.
9278 (print-coding-system-briefly): Fix printing aliases.
9279 (print-coding-system): Use coding-system-aliases.
9280 (mule-diag): Don't list coding categories.
9281
9282 * international/mule-conf.el: Doc fixes. Remove redundant :long-name properties.
9283 Re-order charset priorities.
9284 (binary): New alias.
9285 (iso-8859-16): Fix nickname.
9286 (define-iso-single-byte-charset): Un-define after use.
9287
9288 2008-02-01 Dave Love <fx@gnu.org>
9289
9290 * international/characters.el: Additional double width specifications.
9291
9292 * international/mule-diag.el (print-coding-system): Incomplete updates.
9293 (describe-character-set): List more properties.
9294 (print-fontset): Fix case of vector font-spec.
9295 (describe-current-coding-system): Fix iso-7, iso-7-else.
9296
9297 * international/mule-conf.el (ibm866): Fix alias.
9298 (iso-8859-16): Fix nickname.
9299
9300 2008-02-01 Dave Love <fx@gnu.org>
9301
9302 * language/ind-util.el: Avoid decode-char.
9303 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
9304 Use characterp, not char-valid-p.
9305
9306 * language/devan-util.el: Add coding tag, avoid decode-char.
9307
9308 * international/titdic-cnv.el: Add coding tag.
9309 (tit-process-header): Add coding tag to output.
9310
9311 * language/thai.el (cp874, ibm874): New coding systems.
9312
9313 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
9314 Add character-p.
9315
9316 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
9317 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
9318 New coding systems.
9319 <set-language-info-alist>: Avoid decode-char.
9320
9321 * language/hebrew.el (cp862, ibm862): New coding systems.
9322
9323 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
9324
9325 * language/cyrillic.el (cp855, ibm855): New coding systems.
9326
9327 * international/mule-conf.el: Avoid decode-char in top-level code
9328 for self-inserting multibyte chars.
9329 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
9330 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
9331 New charsets.
9332
9333 * international/characters.el: Various simplifications and additions.
9334
9335 2008-02-01 Dave Love <fx@gnu.org>
9336
9337 * international/mule-conf.el (code-pages): Provide, for compatibility.
9338
9339 * international/code-pages.el: Remove.
9340
9341 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9342
9343 * Makefile.in: Cancel the 2008-02-01 change of mine.
9344
9345 * international/fontset.el: Add setting for unicode font at the
9346 end of the default fontset.
9347
9348 2008-02-01 Dave Love <fx@gnu.org>
9349
9350 * international/mule-conf.el (adobe-standard-encoding, symbol):
9351 Adjust :code-space.
9352 (ibm850): Add :ascii-compatible-p.
9353
9354 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9355
9356 * international/mule-conf.el (vietnamese-viscii-lower)
9357 (vietnamese-viscii-upper): Supply them :code-offset, then unify by
9358 mapping table.
9359
9360 2008-02-01 Dave Love <fx@gnu.org>
9361
9362 * cus-start.el: Add charset-map-directory.
9363
9364 * international/fontset.el (font-encoding-alist): Add adobe-symbol.
9365
9366 * format.el (format-alist): Remove ibm, mac, hp entries (available
9367 natively).
9368
9369 * language/romanian.el (iso-latin-10): Add :mime-charset.
9370 ("Romanian"): Add doc.
9371
9372 * international/mule-conf.el (iso-8859-10, symbol)
9373 (adobe-standard-encoding, ibm850): New charsets.
9374 (iso-8859-13): Fix IR number, final char.
9375 (file-coding-system-alist): Add .xml.
9376
9377 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
9378 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
9379 (adobe-standard-encoding, cp850, ibm850): New coding systems.
9380 ("Latin-6", "Latin-7"): New language environments.
9381
9382 2008-02-01 Dave Love <fx@gnu.org>
9383
9384 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
9385 utf-8-subst; add vietnamese, cyrillic, czech.
9386
9387 * language/romanian.el (iso-latin-10): New coding system.
9388
9389 * international/mule-conf.el (emacs-mule): Set :charset-list,
9390 consistent with coding-system-charset-list doc.
9391 (iso-8859-16): New charset.
9392
9393 * international/mule-diag.el (describe-coding-system): Avoid error
9394 for iso-2022, emacs-mule.
9395
9396 2008-02-01 Dave Love <fx@gnu.org>
9397
9398 * international/codepage.el: Remove or comment out most of code.
9399 (codepage-setup): Re-write as trivial, obsolete function.
9400
9401 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
9402 Remove setup function.
9403
9404 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
9405
9406 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
9407 language/cyrillic.el, language/czech.el.
9408
9409 * language/vietnamese.el (windows-1258, cp1258): New coding systems.
9410 (font-ccl-encoder-alist): Remove viscii, vscii.
9411
9412 * language/hebrew.el (windows-1255, cp1255): New coding systems.
9413
9414 * language/european.el (windows-1254, cp1254, windows-1257)
9415 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
9416 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
9417
9418 * language/greek.el (windows-1253, cp1253): New coding systems.
9419
9420 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
9421 file name.
9422 (windows-1253, windows-1254, windows-1255, windows-1256)
9423 (windows-1257, windows-1258, next): New charsets.
9424
9425 * international/utf-8.el, international/utf-8-subst.el: Remove.
9426
9427 * international/mule.el: Doc fixes.
9428 (charset-list, generic-char-p, set-coding-priority): Make obsolete.
9429 (coding-system-get): Try to convert old-style symbol to keyword.
9430 (define-charset): Purecopy strings in property list.
9431 (define-coding-system): Purecopy docstring.
9432
9433 * international/mule-diag.el (list-character-sets-2): Avoid
9434 charset-bytes.
9435 (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
9436 (list-block-of-chars): Re-write.
9437 (describe-character-set): Show more properties.
9438 (describe-char-after): Correct codepoint display.
9439 (print-coding-system): Use symbolic types.
9440
9441 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9442
9443 * Makefile.in: Be sure also to run emacs with LANG=C.
9444
9445 2008-02-01 Dave Love <fx@gnu.org>
9446
9447 * international/mule-diag.el: Doc fixes.
9448 (sort-charset-list, charset-multibyte-form-string): Remove.
9449 (list-character-sets, list-character-sets-1)
9450 (list-character-sets-2): Re-write.
9451 (non-iso-charset-alist): Set to nil and made obsolete.
9452 (decode-codepage-char): Re-write and made obsolete.
9453 (read-charset): Don't use non-iso-charset-alist.
9454 (describe-coding-system): Use keyword properties.
9455 (describe-character-set): Re-write.
9456
9457 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
9458 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
9459 (ebcdic-uk): New charsets.
9460
9461 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
9462 New coding systems.
9463
9464 * language/european.el (windows-1252): New coding system.
9465
9466 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9467
9468 * Makefile.in: By sure to run emacs with LC_ALL=C.
9469
9470 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
9471 encoded-kbd-self-insert-iso2022-8bit with argument 1.
9472 (encoded-kbd-self-insert-charset): New function.
9473 (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
9474 coding-system of type charset.
9475
9476 2008-02-01 Dave Love <fx@gnu.org>
9477
9478 * international/mule-cmds.el (set-locale-environment): Comment out
9479 set-keyboard-coding-system stuff.
9480
9481 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9482
9483 * international/mule.el (define-coding-system): Doc fix;
9484 sjis->shift-jis.
9485
9486 * international/mule-conf.el: Use decode-char instead of make-char.
9487
9488 * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
9489 New arg ARG. Directly call self-insert-command. This is a
9490 temporary workaround to make it work with latin-1.
9491 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
9492
9493 * international/characters.el: Setup char-width-table for CJK
9494 characters.
9495
9496 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9497
9498 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9499 Fix the initial value to specify character range of
9500 japanese-jisx0208, not unicode.
9501
9502 * international/characters.el: Set syntax/category for
9503 japanese-jisx0208.
9504
9505 2008-02-01 Dave Love <fx@gnu.org>
9506
9507 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
9508 mime-charset.
9509
9510 * language/vietnamese.el, language/korean.el, language/japanese.el:
9511 * language/hebrew.el, language/greek.el, language/chinese.el:
9512 Fix :mime-charset properties.
9513
9514 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
9515 (cyrillic-alternativnyj): Fix :mime-charset.
9516 (cp878, cp866): New alias.
9517
9518 * language/european.el: Fix mime-charset properties.
9519
9520 * international/mule-cmds.el (sort-coding-systems)
9521 (select-safe-coding-system, select-message-coding-system): Use
9522 :mime-charset, not 'mime-charset.
9523
9524 * international/mule-conf.el: Add various :mime-charset properties.
9525
9526 2008-02-01 Dave Love <fx@gnu.org>
9527
9528 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
9529 getting decoder.
9530 (encoded-kbd-mode): Fix code for coding system type and designations.
9531
9532 * international/mule-conf.el: Spelling fixes.
9533
9534 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9535
9536 * international/fontset.el (fontset-plain-name): Handle the case
9537 that size, weight, slant are not specified in the fontset name.
9538
9539 2008-02-01 Yong Lu <lyongu@asia-infonet.com>
9540
9541 * language/greek.el (greek-iso-8bit): Fix typo.
9542
9543 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9544
9545 * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
9546
9547 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9548
9549 * international/characters.el: Change encoding to utf-8-emacs.
9550 Remove apparent duplicate codes.
9551
9552 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9553
9554 * international/fontset.el: Change the registry for
9555 chinese-gb2312 and add the registry for chinese-gbk.
9556
9557 * international/mule.el (charset-chars): Fix typo.
9558
9559 * international/mule-conf.el (chinese-gbk): New charset.
9560
9561 * international/titdic-cnv.el (titdic-convert): Read into a
9562 unibyte buffer then make the buffer multibyte.
9563
9564 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9565
9566 * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
9567 instead of :signature.
9568
9569 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9570
9571 * language/czech.el ("Czech"): Set `iso-8859-2' for
9572 `nonascii-translation'.
9573
9574 * language/romanian.el ("Romanian"): Likewise.
9575
9576 * language/slovak.el ("Slovak"): Likewise.
9577
9578 * international/characters.el: Optimize calls of modify-category-entry.
9579
9580 2008-02-01 Kenichi Handa <handa@etl.go.jp>
9581
9582 * bindings.el: Don't bind multibyte characters to
9583 self-insert-command here. It's done in mule-conf.el.
9584
9585 * case-table.el (set-case-syntax-offset): Delete variable.
9586 (set-case-syntax-1): Delete function. Change callers.
9587 (set-case-syntax-delims): Don't check byte length of characters.
9588
9589 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
9590 characters to isearch-printing-char.
9591
9592 * loadup.el: Don't load "international/utf-8". Don't call
9593 update-coding-systems-internal. Bind coding-system-for-write to
9594 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
9595 dumping.
9596
9597 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
9598 change of map-char-table.
9599
9600 * eshell/esh-mode.el: Adjust for the change of map-char-table.
9601
9602 * international/characters.el: Adjust for the deletion of
9603 generic characters.
9604
9605 * international/code-pages.el (cp-make-translation-table)
9606 (cp-valid-codes, cp-fix-safe-chars): Delete. Change caller.
9607 (cp-make-coding-system): Call define-coding-system.
9608
9609 * international/fontset.el: Rewrite most code.
9610
9611 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
9612 Call encode-char instead of split-char.
9613
9614 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
9615 Change value.
9616 (skkdic-lookup-key): Call encode-char instead of split-char.
9617
9618 * international/titdic-cnv.el (titdic-convert): Bind
9619 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
9620 buffer.
9621
9622 * international/latin-1.el: Don't bind set-case-syntax-offset.
9623
9624 * international/latin-2.el: Don't bind set-case-syntax-offset.
9625
9626 * international/latin-3.el: Don't bind set-case-syntax-offset.
9627
9628 * international/latin-4.el: Don't bind set-case-syntax-offset.
9629
9630 * international/latin-5.el: Don't bind set-case-syntax-offset.
9631
9632 * international/latin-8.el: Don't bind set-case-syntax-offset.
9633
9634 * international/latin-9.el: Don't bind set-case-syntax-offset.
9635
9636 * international/mule-cmds.el: Don't use coding category.
9637 Call set-coding-system-priority instead of set-coding-priority.
9638 (sort-coding-systems, select-safe-coding-system):
9639 Call coding-system-priority-list to get the most preferred one.
9640 (reset-language-environment): Order of coding system priority
9641 changed. Set primary charset to iso-8859-1.
9642 (set-language-environment-coding-systems):
9643 Call set-coding-system-priority instead of set-coding-priority.
9644 (get-charset-property, put-charset-property): Move to mule.el.
9645
9646 * international/mule-conf.el: Ful re-write.
9647
9648 * international/mule-diag.el (print-designation): Change arguments.
9649 (print-iso-2022-flags): New function.
9650 (describe-coding-system, describe-current-coding-system):
9651 Adjust for the new structure of coding system.
9652
9653 * international/mule.el (char-valid-p): Make it an alias of characterp.
9654 (define-charset): Full re-design.
9655 (charset-quoted-standard-p): Delete.
9656 (charsetp): Move to charset.c.
9657 (charset-info, charset-id, charset-bytes, charset-width)
9658 (charset-directioin, charset-iso-graphic-plane)
9659 (charset-reverse-charset): Delete.
9660 (charset-dimension, charset-chars, charset-iso-final-char)
9661 (charset-description, charset-short-name, charset-long-name):
9662 Call charset-plist instead of charset-info.
9663 (charset-plist, set-charset-plist): Move to charset.c.
9664 (get-charset-property, put-charset-property): Move from
9665 mule-cmds.el. Call charset-plist and set-charset-plist.
9666 (make-char): Delete.
9667 (generic-char-p): Make it always return nil.
9668 (decode-char, encode-char): Move to charset.c.
9669 (coding-spec-XXX-idx): Delete variables.
9670 (coding-system-iso-2022-flags): New variable.
9671 (define-coding-system): New function.
9672 (transform-make-coding-system-args, make-coding-system): Delete.
9673 (set-coding-priority): Make it obsolete.
9674 (after-insert-file-set-buffer-file-coding-system)
9675 (find-new-buffer-file-coding-system): Adjust for the new coding
9676 system structure.
9677
9678 * language/chinese.el, language/cyrillic.el, language/european.el:
9679 * language/greek.el, language/hebrew.el, language/indian.el:
9680 * language/japanese.el, language/korean.el, language/lao.el:
9681 * language/thai.el, language/tibetan.el, language/vietnamese.el:
9682 Call define-coding-system instead of make-coding-system.
9683 Delete all CCL program.
9684
9685 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
9686 of make-char.
9687 (sgml-char-names-table): Fix iteration limit.
9688
9689 * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
9690 (ccl-encode-mac-roman-font): Delete.
9691
9692 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
9693 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
9694 currently. This is just a temporary workaround.
9695
9696 2008-02-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9697
9698 * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
9699 of `find-file-hooks'.
9700 (global-whitespace-toggle-options): Doc fix.
9701
9702 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9703
9704 * whitespace.el (whitespace): Set :version tag to 23.1.
9705 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
9706 (whitespace-style, whitespace-chars, whitespace-space)
9707 (whitespace-hspace, whitespace-tab, whitespace-newline)
9708 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9709 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9710 (whitespace-hspace-regexp, whitespace-space-regexp)
9711 (whitespace-tab-regexp, whitespace-trailing-regexp)
9712 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9713 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9714 (whitespace-space-after-tab-regexp, whitespace-line-column)
9715 (whitespace-display-mappings, global-whitespace-toggle-options)
9716 (whitespace-cleanup, whitespace-cleanup-region)
9717 (whitespace-interactive-char): Doc fixes.
9718
9719 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
9722 When turning off the global mode, turn off the local modes too
9723 if whitespace is being unloaded.
9724 (whitespace-unload-function): New function.
9725
9726 2008-02-01 Thien-Thi Nguyen <ttn@gnuvola.org>
9727
9728 * vc.el (vc-update): Fix bug: Specify branch tip as
9729 vc-checkout REVISION. Reported by Dan Nicolaescu.
9730
9731 2008-02-01 Glenn Morris <rgm@gnu.org>
9732
9733 * info.el (bookmark-make-cell-function, bookmark-search-size)
9734 (bookmark-current-bookmark): Declare variables for compiler.
9735 (bookmark-buffer-file-name, bookmark-get-filename)
9736 (bookmark-get-front-context-string)
9737 (bookmark-get-rear-context-string, bookmark-get-position)
9738 (bookmark-get-info-node, bookmark-file-or-variation-thereof)
9739 (bookmark-jump-noselect): Declare functions for compiler.
9740 (Info-bookmark-make-cell): Fix argument list to match example of
9741 `bookmark-make-cell-for-text-file'.
9742 (Info-bookmark-jump): Don't require info inside info.el.
9743
9744 2008-02-01 Dan Nicolaescu <dann@ics.uci.edu>
9745
9746 * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
9747 (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
9748 (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
9749 (verilog-sk-state-machine): Quote all calls to
9750 "auxiliary skeleton"s to prevent infloops.
9751
9752 2008-02-01 Jason Rumney <jasonr@gnu.org>
9753
9754 * w32-fns.el: Partially revert 2007-11-10 change.
9755
9756 2008-02-01 Martin Rudalics <rudalics@gmx.at>
9757
9758 * mail/rmail.el (rmail-highlight): Fix specification.
9759 Reported by pod <pod@herald.ox.ac.uk>.
9760
9761 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * image-mode.el (image-mode-current-vscroll)
9764 (image-mode-current-hscroll): Make buffer-local.
9765 (image-set-window-vscroll, image-set-window-hscroll): Simplify.
9766 (image-reset-current-vhscroll): Use the latest setting when displaying
9767 for the first time in a window. Apply to all windows in the frame.
9768 (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
9769
9770 * progmodes/grep.el (grep-compute-defaults):
9771 Don't mix up defaults for different connections to the same host.
9772
9773 2008-01-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9774
9775 * blank-mode.el: Rename to whitespace.el.
9776
9777 * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
9778
9779 2008-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * net/rcompile.el (remote-compile): Remove broken code.
9782
9783 2008-01-31 Jason Rumney <jasonr@gnu.org>
9784
9785 * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
9786
9787 2008-01-31 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * linum.el (linum-unload-function): New function.
9790
9791 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9792
9793 * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
9794 (gdb-var-set-format-handler): New function.
9795 (gdb-var-set-format): Use it.
9796
9797 2008-01-30 Juanma Barranquero <lekktu@gmail.com>
9798
9799 * emacs-lisp/check-declare.el (check-declare-directory):
9800 * emacs-lisp/authors.el (authors): Use `find-program' and
9801 `grep-program' instead of hardcoded program names.
9802
9803 * emacs-lisp/cl-loaddefs.el: Update.
9804
9805 2008-01-30 Tassilo Horn <tassilo@member.fsf.org>
9806
9807 * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
9808 Implement bookmark support the new make-cell/handler way.
9809 (Info-mode): Bind bookmark-make-cell-function to
9810 Info-bookmark-make-cell buffer locally.
9811
9812 2008-01-30 Richard Stallman <rms@gnu.org>
9813
9814 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
9815 Doc fix.
9816
9817 * files.el (hack-local-variables): Don't query about fake variables.
9818
9819 2008-01-30 Markus Triska <markus.triska@gmx.at>
9820
9821 * linum.el: New file.
9822
9823 2008-01-29 Michael Albinus <michael.albinus@gmx.de>
9824
9825 * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
9826 Suggested by Trent W. Buck <trentbuck@gmail.com>. Make ("%h")
9827 a single element in "plinkx".
9828 (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
9829 "*Shell Command Output*" buffers. Check, whether there is already
9830 an asynchronous process running. Display always the buffer of the
9831 asynchronous process.
9832 (tramp-compute-multi-hops): Adapt error message.
9833
9834 2008-01-29 Alan Mackenzie <acm@muc.de>
9835
9836 * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
9837 from this regexp; part of same fix as next change to cc-engine.el.
9838
9839 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
9840 Anchor the "{" of a template function correctly on "template", not the
9841 following "<".
9842
9843 * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
9844
9845 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9846
9847 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
9848 and image-mode-current-hscroll being alists now.
9849
9850 * image-mode.el (image-mode-current-vscroll)
9851 (image-mode-current-hscroll): Add doc strings.
9852 (image-set-window-vscroll, image-set-window-hscroll)
9853 (image-reset-current-vhscroll, image-mode): Adapt to
9854 image-mode-current-vscroll and image-mode-current-hscroll being
9855 alists now.
9856
9857 2008-01-29 Martin Rudalics <rudalics@gmx.at>
9858
9859 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9860 Strip extension from .emacs.el to make sure symbol is searched
9861 in .emacs too.
9862
9863 2008-01-29 Tassilo Horn <tassilo@member.fsf.org>
9864
9865 * doc-view.el (doc-view-mode): Use facilities below to
9866 restore [vh]scroll when switching buffers.
9867
9868 * image-mode.el (image-mode-current-vscroll)
9869 (image-mode-current-hscroll): New variables.
9870 (image-set-window-hscroll, image-set-window-vscroll): New functions.
9871 (image-forward-hscroll, image-next-line, image-bol, image-eol)
9872 (image-bob, image-eob): Use them.
9873 (image-reset-current-vhscroll): New function.
9874 (image-mode): Make new variables buffer-local and reset [vh]scroll
9875 on window configuration changes.
9876
9877 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
9878
9879 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
9880 gdb-cpp-define-alist-program if file is nil (currently only
9881 " *partial-output-...").
9882
9883 2008-01-27 Richard Stallman <rms@gnu.org>
9884
9885 * allout.el: Many doc fixes.
9886 (allout-encrypt-string): Fix error message.
9887
9888 2008-01-26 Eli Zaretskii <eliz@gnu.org>
9889
9890 * progmodes/etags.el (tags-query-replace): Doc fix.
9891
9892 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9893
9894 * allout.el (allout-unload-function): New function.
9895
9896 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
9897
9898 * allout.el (allout-prefix-data): Doc fix.
9899 (allout-show-current-subtree): Reflow docstring.
9900 (allout-use-mode-specific-leader, allout-use-hanging-indents)
9901 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
9902 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
9903 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
9904 (allout-copy-topic-as-kill, allout-listify-exposed)
9905 (allout-process-exposed, allout-encrypted-key-info)
9906 (allout-update-passphrase-mnemonic-aids)
9907 (allout-next-topic-pending-encryption)
9908 (allout-tests-globally-true): Fix typos in docstrings.
9909
9910 2008-01-23 Jason Rumney <jasonr@gnu.org>
9911
9912 * lpr.el (printer-name): Do not set on MS Windows.
9913
9914 2008-01-28 Michael Albinus <michael.albinus@gmx.de>
9915
9916 * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
9917 the command.
9918
9919 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9920
9921 * whitespace.el: Moved to obsolete dir.
9922
9923 * blank-mode.el: New version 9.2. Replace whitespace functions by
9924 aliases in blank-mode.
9925 (whitespace-buffer): New fun.
9926 (whitespace-region): Alias for whitespace-buffer, because there is no
9927 blank-region fun.
9928 (whitespace-cleanup): Alias for blank-cleanup.
9929 (whitespace-cleanup-region): Alias for blank-cleanup-region.
9930
9931 2008-01-27 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * server.el (server-log-time-function): Doc fix.
9934 (server-buffer): Fix typo in docstring.
9935
9936 2008-01-27 Martin Rudalics <rudalics@gmx.at>
9937
9938 * view.el (view-buffer): Explain in doc-string why exit-action
9939 should not be set to kill-buffer.
9940
9941 * arc-mode.el (archive-extract):
9942 * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
9943 exit-action when viewing the buffer.
9944
9945 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9946
9947 * add-log.el (change-log-search-file-name): Work harder to find
9948 the correct file name.
9949 (change-log-find-file): Fix typo.
9950 (change-log-start-entry-re): Move definition earlier.
9951
9952 2007-01-27 Jan Nieuwenhuizen <janneke@gnu.org>
9953
9954 * add-log.el (change-log-search-file-name, change-log-find-file):
9955 New function.
9956 (change-log-font-lock-keywords): Move file name matching ...
9957 (change-log-file-names-re): ... here. New defconst.
9958 (change-log-mode-map): New binding C-c C-f to change-log-find-file.
9959
9960 2008-01-27 Alan Mackenzie <acm@muc.de>
9961
9962 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
9963 enhance comments.
9964
9965 2008-01-27 Michael Albinus <michael.albinus@gmx.de>
9966
9967 * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
9968 methods, the host name must be a local host.
9969
9970 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
9971
9972 * vc.el: Add TODO item about not defaulting to RCS.
9973
9974 * server.el (server-process-filter): Check for non-nil before
9975 calling file-directory-p.
9976
9977 2008-01-27 Alan Mackenzie <acm@muc.de>
9978
9979 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
9980 arglist-cont-nonempty.
9981
9982 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
9983 for a brace with syntax arglist-cont-nonempty.
9984
9985 * progmodes/cc-styles.el (c-style-alist): Add elements for
9986 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
9987
9988 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
9989
9990 * button.el (define-button-type): Clarify type of NAME in docstring.
9991
9992 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * server.el (server-buffer): New const.
9995 (server-log): New var.
9996 (server-log): Use them.
9997 (server-process-filter): (Try to) run the continuation in the same cwd
9998 as the client's.
9999
10000 2008-01-26 Alan Mackenzie <acm@muc.de>
10001
10002 * progmodes/cc-defs.el (c-save-buffer-state):
10003 Bind buffer-file-name and buffer-file-truename to nil, to prevent
10004 primitives generating "buffer is read only" messages.
10005
10006 2008-01-20 Ulf Jasper <ulf.jasper@web.de>
10007
10008 * calendar/icalendar.el (icalendar-version): Increase to "0.17".
10009 (icalendar-import-format): Doc fix. Allow function type.
10010 (icalendar--read-element): Doc fix.
10011 (icalendar--parse-summary-and-rest): Doc fix. Handle function
10012 type icalendar-import-format. Make regexps non-greedy.
10013 (icalendar--format-ical-event): Handle function type
10014 icalendar-import-format.
10015 (icalendar-import-format-sample): New function.
10016
10017 2008-01-26 Thien-Thi Nguyen <ttn@gnuvola.org>
10018
10019 * vc.el (vc-exec-after): For mode-line-process highlighting, if
10020 `compile' is not available, fall back to font-lock-warning-face.
10021
10022 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
10023
10024 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
10025 that the filename end is found even when the filename is empty.
10026 Fixes error and spurious newlines when marking files for deletion.
10027
10028 2008-01-26 Martin Rudalics <rudalics@gmx.at>
10029
10030 * subr.el (find-tag-default): Simplify using exclusively
10031 skip-syntax-backward/-forward.
10032
10033 2008-01-26 Michael Albinus <michael.albinus@gmx.de>
10034
10035 * vc.el (vc-directory, vc-update-change-log): Remove check for
10036 Tramp. Both functions work for it, though pretty slow
10037 (`vc-directory'). Maybe the implementation can be optimized.
10038
10039 * net/tramp.el (tramp-dissect-file-name): Raise an error when
10040 Tramp 2.0 syntax is used.
10041 Suggested by Trent W. Buck <trentbuck@gmail.com>.
10042
10043 2008-01-26 Eli Zaretskii <eliz@gnu.org>
10044
10045 * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
10046 invoke directory-files-and-attributes with last argument `integer'
10047 instead of `string'.
10048 (insert-directory): Add -n to the list of supported switches
10049 mentioned in the doc string.
10050
10051 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10052
10053 * blank-mode.el: New version 9.1. Handle "long" line tail
10054 visualization. Doc fix.
10055 (blank-line-length): Rename to blank-line-column.
10056 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
10057 Initialization fix.
10058 (blank-replace-spaces-by-tabs): New fun.
10059 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
10060
10061 2008-01-25 Richard Stallman <rms@gnu.org>
10062
10063 * subr.el (add-hook): Implement `permanent-local-hook' property.
10064
10065 * loadhist.el (file-provides, file-requires): Push the filename right.
10066
10067 2008-01-25 Martin Rudalics <rudalics@gmx.at>
10068
10069 * emacs-lisp/find-func.el (find-library): Wrap search for
10070 library name in condition-case to avoid reporting a scan-error.
10071
10072 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * server.el (server-process-filter): Don't force
10075 the authentication string to be followed by "\n".
10076
10077 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10078
10079 * blank-mode.el: New version 9.0. New commands to clean up some blank
10080 problems like trailing blanks. New faces and regexp for visualizing
10081 the blank problems. Doc fix.
10082 (blank-chars, blank-global-modes, blank-chars-value-list)
10083 (blank-toggle-option-alist, blank-help-text): Initialization fix.
10084 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
10085 (blank-indentation, blank-empty, blank-space-after-tab)
10086 (blank-indentation-regexp, blank-empty-at-bob-regexp)
10087 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
10088 (blank-cleanup, blank-cleanup-region): New commands.
10089 (blank-color-on): Code fix.
10090
10091 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
10092
10093 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
10094 file name.
10095 (ibuffer-mode-map): Add binding to sort by file name.
10096 (ibuffer-filename/process-header-map): New variable.
10097 (filename-and-process): Add a header that sorts by file name.
10098 (ibuffer-mode): Mention sorting by file name.
10099
10100 * ibuf-ext.el (filename/process): New sorter.
10101
10102 2008-01-25 Sven Joachim <svenjoac@gmx.de>
10103
10104 * view.el (kill-buffer-if-not-modified): Don't pass t to
10105 buffer-modified-p.
10106
10107 2008-01-24 Michael Albinus <michael.albinus@gmx.de>
10108
10109 * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
10110 the source file in case of `rename'.
10111 Reported by Pete Forman <pete.forman@westerngeco.com>.
10112
10113 2008-01-24 Ken Manheimer <ken.manheimer@gmail.com>
10114
10115 * allout.el (allout-keybindings-list): In initial setting, express
10116 meta-prefixed allout keys as vectors instead of strings, since the
10117 string form is interpreted in some cases as composed key
10118 modifiers, eg, accented keys.
10119
10120 (allout-line-boundary-regexp): Clarify description.
10121
10122 (set-allout-regexp): Repair the expressions so that the formfeed
10123 part is identified as one of the top-level groups, and is
10124 included in all the forms, not just the -line-boundary-regexp one.
10125
10126 (allout-prefix-data): Incorporate information from the various
10127 allout regexp's formfeed alternative group, when present.
10128
10129 (allout-write-file-hook-handler): Rectify mangling of the error
10130 handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
10131 condition-case handler was apparently reformatted as if it was a
10132 call to the error function. An apparent repair attempt in version
10133 1.101 situated the original body of the error handling code as
10134 bogus condition-case handlers. I've returned to just about the
10135 working code that was originally there, removing an unnecessary -
10136 but benign - enclosing 'progn'. (Automated or cursory code fixes
10137 often aren't.)
10138
10139 (allout-region-active-p): Fallback to value of mark-active if
10140 neither use-region-p nor region-active-p are present, for
10141 compatability with current and recent emacs major releases.
10142
10143 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10144
10145 * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
10146 (reftex-toc-restore-region):
10147 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
10148 (reftex-index-phrases-apply-to-region):
10149 * textmodes/ispell.el (ispell-word):
10150 * progmodes/vhdl-mode.el (vhdl-keep-region-active):
10151 * progmodes/pascal.el (pascal-mark-defun):
10152 * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
10153 (f90-fill-region):
10154 * emulation/tpu-edt.el (tpu-set-mark):
10155 * emulation/crisp.el (crisp-region-active):
10156 * winner.el (winner-active-region):
10157 * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
10158 of bound tests in order to resolve conditionals at compile time.
10159
10160 2008-01-24 Juanma Barranquero <lekktu@gmail.com>
10161
10162 * delsel.el (delsel-unload-function): Don't use `remprop'; it is
10163 not autoloaded, and we wouldn't want to load CL just to unload
10164 delsel.el anyway. Suggested by Martin Rudalics <rudalics@gmx.at>.
10165
10166 2008-01-24 Martin Rudalics <rudalics@gmx.at>
10167
10168 * delsel.el (delete-selection-pre-hook): Avoid clearing out
10169 pre-command-hook when text is read-only.
10170
10171 2008-01-24 Thien-Thi Nguyen <ttn@gnuvola.org>
10172
10173 * vc.el (vc-process-filter): Do nothing if buffer not live.
10174 (vc-diff-finish): Rename from vc-diff-sentinel.
10175 No longer take REV1-NAME and REV2-NAME.
10176 Instead, take BUFFER-NAME. Do nothing if buffer not live.
10177 Don't do window resize if no window displays buffer.
10178 (vc-diff-internal): Use vc-diff-finish.
10179
10180 * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
10181 In both cases, convert single call to one wrapped in dolist.
10182
10183 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
10184
10185 * vc.el: Add a TODO item about missing files.
10186 (vc-exec-after): Add a tooltip to the new mode-line item.
10187
10188 2008-01-24 Glenn Morris <rgm@gnu.org>
10189
10190 * t-mouse.el (gpm-mouse-start): Declare as a function.
10191
10192 2008-01-23 Michael Albinus <michael.albinus@gmx.de>
10193
10194 * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
10195 (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
10196 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10197 Don't send `tramp-rsh-end-of-line' additionally, when setting the
10198 prompt.
10199 (tramp-wait-for-output): Distinguish different prompt formats.
10200 (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
10201 (tramp-local-host-p): Check whether temp directory is writable.
10202
10203 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10204
10205 * vc.el: Add TODO items.
10206
10207 2008-01-23 Carsten Dominik <dominik@science.uva.nl>
10208
10209 * replace.el (occur-mode-find-occurrence-hook): New hook that can
10210 be used to reveal or highlight the location of a match.
10211 (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
10212 (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
10213
10214 2008-01-23 Martin Rudalics <rudalics@gmx.at>
10215
10216 * progmodes/hideif.el (hide-ifdef-shadow): Add version number
10217 for defcustom.
10218 (hide-ifdef-shadow): Add version number for defface.
10219
10220 2008-01-23 Glenn Morris <rgm@gnu.org>
10221
10222 * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
10223
10224 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * progmodes/sh-script.el (sh-basic-offset):
10227 * progmodes/cc-vars.el (c-syntactic-indentation)
10228 (c-syntactic-indentation-in-macros): Mark as safe.
10229
10230 2008-01-23 Richard Stallman <rms@gnu.org>
10231
10232 * icomplete.el (icomplete-get-keys):
10233 Look up KEYS using all maps in proper buffer.
10234
10235 2008-01-23 Juanma Barranquero <lekktu@gmail.com>
10236
10237 * frame.el (display-mm-height, display-mm-width):
10238 * whitespace.el (whitespace-check-leading-whitespace)
10239 (whitespace-check-trailing-whitespace)
10240 (whitespace-check-spacetab-whitespace)
10241 (whitespace-check-indent-whitespace)
10242 (whitespace-check-ateol-whitespace):
10243 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
10244
10245 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10246
10247 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
10248 after-save-hook so that it is not called multiple times.
10249
10250 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
10251
10252 2008-01-23 Eli Zaretskii <eliz@gnu.org>
10253
10254 * view.el (view-file-other-window, view-file-other-frame):
10255 Don't kill the buffer if it is modified. Doc fixes.
10256 (kill-buffer-if-not-modified): New function.
10257 (view-file): Don't kill the buffer if it is modified.
10258
10259 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
10260 (ebrowse-view/find-file-and-search-pattern):
10261 Call view-file-other-window instead of ebrowse-view-file-other-window.
10262 (ebrowse-view-file-other-frame): Don't call
10263 current-window-configuration. Fix second argument in the call to
10264 view-mode-enter. Doc fix.
10265
10266 2008-01-23 Richard Stallman <rms@gnu.org>
10267
10268 * subr.el (atomic-change-group): Prevent undo list truncation.
10269
10270 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10271
10272 * files.el (safe-local-eval-forms):
10273 Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
10274
10275 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10276
10277 * comint.el (comint-insert-input): Set point first.
10278
10279 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
10280 session doesn't hang because gdb-pending-triggers is non-nil.
10281 (gdb-frame-handler): Use buffer-file-name instead of
10282 buffer-name in case of duplicate file names.
10283
10284 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10285
10286 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
10287 C-M-e and C-M-h for emacs, they work by default.
10288 (verilog-emacs-features): Remove.
10289 (verilog-setup-dual-comments, verilog-populate-syntax-table):
10290 Remove. Move syntax table initialization ...
10291 (verilog-mode-syntax-table): ... here.
10292 (verilog-mode): Don't initialize the syntax table here.
10293 (verilog-mark-defun): Only do something useful for XEmacs, Emacs
10294 does not need it.
10295
10296 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10297
10298 * progmodes/verilog-mode.el (verilog-booleanp): New function for
10299 backward compatibility. Replace all uses of booleanp with
10300 verilog-booleanp.
10301
10302 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
10305
10306 2008-01-23 Wilson Snyder <wsnyder@wsnyder.org>
10307
10308 * progmodes/verilog-mode.el (top-level): Fix spacing.
10309 (verilog-mode-version, verilog-mode-release-date):
10310 Update version number.
10311 (verilog-mode-release-emacs): New variable.
10312 (compile-command, reporter-prompt-for-summary-p):
10313 Define for byte compiler.
10314 (verilog-startup-message-lines, verilog-startup-message-displayed)
10315 (verilog-display-startup-message): Remove.
10316 (verilog-highlight-p1800-keywords): Improve docstring.
10317 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
10318 (vector-skip-list): Only defvar at compile time.
10319 (verilog-highlight-translate-off, verilog-indent-level)
10320 (verilog-indent-level-module, verilog-indent-level-declaration)
10321 (verilog-indent-declaration-macros, verilog-indent-lists)
10322 (verilog-indent-level-behavioral, verilog-indent-level-directive)
10323 (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
10324 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
10325 (verilog-tab-to-comment, verilog-indent-begin-after-if)
10326 (verilog-align-ifelse, verilog-minimum-comment-distance)
10327 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
10328 (verilog-auto-endcomments, verilog-auto-read-includes)
10329 (verilog-auto-star-expand, verilog-auto-star-save)
10330 (verilog-library-flags, verilog-library-directories)
10331 (verilog-library-files, verilog-library-extensions)
10332 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
10333 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
10334 (verilog-assignment-delay, verilog-auto-inst-vector)
10335 (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
10336 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
10337 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10338 Add safe-local-variable properties.
10339 (verilog-statement-menu, verilog-company, verilog-re-search-forward)
10340 (verilog-re-search-backward, verilog-error-regexp-add)
10341 (verilog-end-block-re, verilog-emacs-features)
10342 (verilog-populate-syntax-table, verilog-setup-dual-comments)
10343 (verilog-type-font-keywords, verilog-inside-comment-p)
10344 (electric-verilog-backward-sexp, verilog-backward-sexp)
10345 (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
10346 (electric-verilog-terminate-line, electric-verilog-semi)
10347 (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
10348 (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
10349 (verilog-beg-of-statement, verilog-in-case-region-p)
10350 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10351 (verilog-in-fork-region-p, verilog-backward-case-item)
10352 (verilog-set-auto-endcomments, verilog-get-expr)
10353 (verilog-expand-vector-internal, verilog-surelint-off)
10354 (verilog-batch-execute-func, verilog-calculate-indent)
10355 (verilog-calc-1, verilog-calculate-indent-directive)
10356 (verilog-leap-to-head, verilog-continued-line)
10357 (verilog-backward-token, verilog-backward-syntactic-ws)
10358 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
10359 (verilog-forward-ws&directives, verilog-at-constraint-p)
10360 (verilog-skip-backward-comments, verilog-indent-line-relative)
10361 (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
10362 (verilog-pretty-declarations, verilog-pretty-expr)
10363 (verilog-just-one-space, verilog-indent-declaration)
10364 (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
10365 (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
10366 (verilog-read-always-signals-recurse, verilog-read-instants)
10367 (verilog-read-auto-template, verilog-set-define)
10368 (verilog-read-defines, verilog-read-signals, verilog-getopt)
10369 (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
10370 (verilog-modi-cache-results, verilog-insert-one-definition)
10371 (verilog-make-width-expression, verilog-delete-autos-lined)
10372 (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
10373 (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
10374 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
10375 (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
10376 (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
10377 (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
10378 (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
10379 (verilog-load-file-at-mouse, verilog-load-file-at-point)
10380 (verilog-library-files): Cleanup spacing of )'s they should not be
10381 on unique lines. Fix checkdoc warnings.
10382
10383 2008-01-22 Glenn Morris <rgm@gnu.org>
10384
10385 * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
10386 (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
10387 from defcustoms.
10388 (hide-ifdef-shadow): Remove autoload cookie from defface.
10389
10390 * vc.el (vc-diff-sentinel): Do not write a footer if there were
10391 differences.
10392
10393 2008-01-21 Reiner Steib <Reiner.Steib@gmx.de>
10394
10395 * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
10396 cvs-mode-find-file-other-window. Add cvs-mode-diff-yesterday and
10397 manual entry.
10398
10399 2008-01-21 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * net/dbus.el (dbus-ignore-errors): New macro.
10402 (dbus-unregister-object): New defun. Moved from dbusbind.c.
10403 (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
10404 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
10405 (dbus-get-signatures): Apply `dbus-ignore-errors'.
10406
10407 2008-01-21 Martin Rudalics <rudalics@gmx.at>
10408
10409 * outline.el (outline-up-heading): Fix check for top level to
10410 avoid infinite looping in hide-other.
10411
10412 2008-01-21 Thien-Thi Nguyen <ttn@gnuvola.org>
10413
10414 * vc.el (vc-process-sentinel): After calling the previous
10415 sentinel, do nothing if the process' buffer is not live.
10416
10417 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10418
10419 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
10420 blank-mode in some buffers (like *info* buffers). Reported by Juanma
10421 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
10422 blank-mode faces. Doc fix. New version 8.1.
10423 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
10424 CONDITION BODY).
10425 (blank-space-face): Face/option name replaced by blank-space.
10426 (blank-hspace-face): Face/option name replaced by blank-hspace.
10427 (blank-tab-face): Face/option name replaced by blank-tab.
10428 (blank-newline-face): Face/option name replaced by blank-newline.
10429 (blank-trailing-face): Face/option name replaced by blank-trailing.
10430 (blank-line-face): Face/option name replaced by blank-line.
10431 (blank-space-before-tab-face): Face/option name replaced by
10432 blank-space-before-tab.
10433 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
10434
10435 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10436
10437 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
10438 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
10439 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
10440 (global-blank-mode): Doc fixes.
10441 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
10442 (blank-newline-face, blank-trailing-face, blank-line-face)
10443 (blank-space-before-tab-face, blank-display-mappings)
10444 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
10445 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
10446 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
10447 Fix typos in docstrings.
10448
10449 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10450
10451 * server.el (server-log-time-function): New variable.
10452 (server-log): Use it.
10453
10454 2008-01-21 Glenn Morris <rgm@gnu.org>
10455
10456 * progmodes/hideif.el: Move defcustoms and defface to start of file.
10457
10458 * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
10459
10460 2008-01-21 Juanma Barranquero <lekktu@gmail.com>
10461
10462 * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
10463 (org-descriptive-links, org-link-file-path-type)
10464 (org-remember-use-refile-when-interactive)
10465 (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
10466 (org-export-ascii-bullets, org-agenda-deadline-faces)
10467 (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
10468 (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
10469 (org-kill-note-or-show-branches): Fix typos in docstrings.
10470
10471 2008-01-20 Thien-Thi Nguyen <ttn@gnuvola.org>
10472
10473 * vc.el (vc-process-sentinel): Set mode-line-process.
10474 (vc-exec-after): Likewise, for the `run' process status.
10475
10476 2008-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * ibuffer.el (ibuffer-mode): Fix last change.
10479
10480 2008-01-20 Dan Nicolaescu <dann@ics.uci.edu>
10481
10482 * vc-hg.el (vc-hg-registered):
10483 * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
10484
10485 2008-01-20 Martin Rudalics <rudalics@gmx.at>
10486
10487 * repeat.el (repeat-undo-count): New variable.
10488 (repeat): For self-insertions make undo boundary only after 20
10489 repetitions. Inhibit point recording unless repeat-repeat-char is nil.
10490
10491 2008-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10492
10493 * net/imap.el (imap-ping-server): New variable.
10494 (imap-opened): On add extra ping if imap-ping-server is non-nil.
10495 (imap-ping-server): Minor doc string fixes.
10496
10497 2008-01-19 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10498
10499 * net/imap.el (imap-ping-server): New function.
10500 (imap-opened): Call imap-ping-server.
10501
10502 2008-01-20 Glenn Morris <rgm@gnu.org>
10503
10504 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
10505 prevent infloops.
10506
10507 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
10508
10509 * progmodes/python.el (python-imports): Default to "None".
10510
10511 2008-01-19 Tom Tromey <tromey@redhat.com>
10512
10513 * vc-svn.el (vc-svn-after-dir-status): New function.
10514 (vc-svn-dir-status): Run svn asynchronously.
10515
10516 2008-01-19 Martin Rudalics <rudalics@gmx.at>
10517
10518 * progmodes/hideif.el (hide-ifdef-shadow): New option.
10519 (hide-ifdef-shadow): New face.
10520 (hide-ifdef-toggle-shadowing): New function to toggle between
10521 shadowing and making code invisible.
10522 (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
10523 (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
10524 (hide-ifdef-region-internal): Give new overlay hide-ifdef
10525 property. Shadow text when hide-ifdef-shadow is non-nil.
10526 (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
10527 (hif-hide-line): Use when instead of if.
10528 (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
10529 Remove unneeded * from doc-strings.
10530
10531 2008-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * doc-view.el (doc-view-goto-page): Don't move point any more, now that
10534 the hscroll behavior was fixed.
10535 (doc-view-mode): Disable auto-hscroll-mode.
10536
10537 2008-01-18 Tom Tromey <tromey@redhat.com>
10538
10539 * vc-svn.el (vc-svn-dir-status): New function.
10540
10541 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10542
10543 * vc.el: Make vc-status asynchronous.
10544 (vc-update-vc-status-buffer): New function broken out of ...
10545 (vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
10546 the dir-status backend function.
10547
10548 * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
10549 Move the output processing to ...
10550 (vc-hg-after-dir-status): ... here. Call the function passed as
10551 an argument with the results.
10552
10553 2008-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10554
10555 * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
10556 (doc-view-insert-image): Do something if the image is missing.
10557 (doc-view-mode): Don't use file-remote-p.
10558
10559 2008-01-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10560
10561 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
10562 (org-export-latex-special-chars): Convert "..." in \ldots
10563 and skip tables.
10564 (org-export-latex-fontify-headline): Change parameter name.
10565 (org-export-as-latex): Handle export of subtrees.
10566 (org-export-latex-make-header): New argument TITLE.
10567 (org-export-latex-content): New argument EXCLUDE-LIST.
10568 (org-list-parse-list): New name for org-export-latex-parse-list.
10569 (org-export-latex-make-header): New name for
10570 org-export-latex-make-preamble.
10571 (org-list-to-generic): New name of org-export-list-to-generic.
10572 (org-list-to-latex): New name of org-export-list-to-latex.
10573 (org-list-item-begin, org-list-end, org-list-insert-radio-list)
10574 (org-list-send-list, org-list-to-texinfo)
10575 (org-list-to-html): New functions.
10576 (org-export-latex-tables-column-borders)
10577 (org-export-latex-default-class, org-export-latex-classes)
10578 (org-export-latex-classes-sectioning)
10579 (org-list-radio-list-templates): New options.
10580 (org-export-latex-header): New variable.
10581 (org-latex-entities): New constant.
10582 (org-export-latex-default-sectioning, org-export-latex-preamble)
10583 (org-export-latex-prepare-text-option)
10584 (org-export-latex-get-sectioning): Remove.
10585
10586 2008-01-18 Carsten Dominik <dominik@science.uva.nl>
10587
10588 * textmodes/org-publish.el (org-publish-current-project):
10589 Fix bug with forcing publication.
10590
10591 * textmodes/org.el (org-export-with-special-strings): New option.
10592 (org-export-html-convert-special-strings): New function.
10593 (org-html-do-expand): `org-export-html-convert-special-strings'
10594 added to the list of conversion.
10595 (org-infile-export-plist, org-get-current-options): Add support
10596 for "-" in the #+OPTION line to let user switch on/off special
10597 strings conversion.
10598 (org-export-plist-vars): New :html-table-tag property.
10599 (org-export-as-html, org-format-org-table-html)
10600 (org-format-table-table-html) Use the :html-table-tag property
10601 instead of the `org-export-html-table-tag' global value.
10602 (org-additional-option-like-keywords): Add "TBLFM".
10603 (org-entry-properties): Include the CLOCKSUM special property.
10604 (org-columns-edit-value): Do not allow to edit the special
10605 CLOCKSUM property.
10606 (org-flag-drawer): Use the original value of `outline-regexp'.
10607 (org-remember-handler): Add invisible-ok flag to call to
10608 `org-end-of-subtree'.
10609 (org-agenda-highlight-todo): Respect
10610 `org-agenda-todo-keyword-format'.
10611 (org-agenda-todo-keyword-format): New option.
10612 (org-infile-export-plist): No restriction while searching for options.
10613 (org-remember-handler): Remove comments at the end of the buffer.
10614 (org-remember-use-refile-when-interactive): New option.
10615 (org-table-sort-lines): Make sure sorting works on link
10616 descritions only, and ignores the link.
10617 (org-sort-entries-or-items): Make sure the end of the subtree is
10618 included.
10619 (org-refile-use-outline-path): New allowed values `file' and
10620 `full-file-path'.
10621 (org-get-refile-targets): Respect new values for
10622 `org-refile-use-outline-path'.
10623 (org-agenda-get-restriction-and-command): DEL goes back to initial list.
10624 (org-export-as-xoxo): Restore point when done.
10625 (org-open-file): Allow multiple %s in command.
10626 (org-clock-in-switch-to-state): New option.
10627 (org-first-list-item-p): New function.
10628 (org-last-remember-storage-locations): New variable.
10629 (org-get-refile-targets): Interpret the new maxlevel setting.
10630 (org-refile-targets): New option `:maxlevel'.
10631 (org-copy-subtree): Include empty lines before but not after subtree.
10632 (org-back-over-empty-lines, org-skip-whitespace): New functions.
10633 (org-move-item-down, org-move-item-up): Include empty lines before
10634 but not after item.
10635 (org-first-sibling-p): New function.
10636 (org-remember-apply-template): Defaults, completions and history
10637 for template prompts. Also, interpret new `%!' escape.
10638 (org-context-choices): New constant.
10639 (org-bound-and-true-p): New macro.
10640 (org-imenu-depth): New option.
10641 (org-imenu-markers): New variable.
10642 (org-imenu-new-marker, org-imenu-get-tree)
10643 (org-speedbar-set-agenda-restriction): New functions.
10644 (org-agenda-set-restriction-lock)
10645 (org-agenda-remove-restriction-lock)
10646 (org-agenda-maybe-redo): New functions.
10647 (org-agenda-restriction-lock): New face.
10648 (org-agenda-restriction-lock-overlay)
10649 (org-speedbar-restriction-lock-overlay): New variables.
10650 (org-open-at-point): Remove obsolete way to do redirection in
10651 shell links.
10652 (org-imenu-and-speedbar): New customization group.
10653 (org-entry-properties): Return keyword-less time strings.
10654 (org-clock-heading-function): New option.
10655 (org-clock-in): Use `org-clock-heading-function'.
10656 (org-calendar-holiday): Try to use `calendar-check-holidays'
10657 instead of the obsolete `check-calendar-holidays'.
10658 (org-export-html-special-string-regexps): New constant.
10659 (org-massive-special-regexp): New variable.
10660 (org-compute-latex-and-specials-regexp)
10661 (org-do-latex-and-special-faces): New functions.
10662 (org-latex-and-export-specials): New face.
10663 (org-highlight-latex-fragments-and-specials): New option.
10664 (org-link-escape-chars): Use characters instead of strings.
10665 (org-link-escape-chars-browser, org-link-escape)
10666 (org-link-unescape): Use characters instead of strings.
10667 (org-export-html-convert-sub-super, org-html-do-expand): Check for
10668 protected text.
10669 (org-emphasis-alist): Additional `verbatim' flag.
10670 (org-set-emph-re): Handle the verbatim flag and compute
10671 `org-verbatim-re'.
10672 (org-cleaned-string-for-export): Protect verbatim elements.
10673 (org-verbatim-re): New variable.
10674 (org-hide-emphasis-markers): New option.
10675 (org-additional-option-like-keywords): Add new keywords.
10676 (org-get-entry): Rename from `org-get-cleaned-entry'.
10677 (org-icalendar-cleanup-string): New function for quoting icalendar text.
10678 (org-agenda-skip-scheduled-if-done): New option.
10679 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
10680 `org-agenda-skip-scheduled-if-done'.
10681 (org-prepare-agenda-buffers): Allow buffers as arguments.
10682 (org-entry-properties): Add CATEGORY as a special property.
10683 (org-use-property-inheritance): Allow a list of properties as a value.
10684 (org-eval-in-calendar): No longer update the prompt.
10685 (org-read-date-popup-calendar): Rename from
10686 `org-popup-calendar-for-date-prompt'.
10687 (org-read-date-display-live): New variable.
10688 (org-read-date-display): New function.
10689 (org-read-date-analyze): New function.
10690 (org-remember-apply-template): Define `remember-finalize' if it is
10691 not yet defined.
10692 (org-remember-insinuate): New function.
10693 (org-read-date-prefer-future): New option.
10694 (org-read-date): Respect the setting of
10695 `org-read-date-prefer-future'. Use `org-read-date-analyze'.
10696 (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
10697 hardcoded string.
10698 (org-remember-apply-template): Use `remember-finalize' instead of
10699 `remember-buffer'.
10700 (org-columns-compute, org-column-number-to-string)
10701 (org-columns-uncompile-format, org-columns-compile-format)
10702 (org-columns-compile-format): Handle printf format specifier.
10703 (org-columns-new, org-column-number-to-string)
10704 (org-columns-uncompile-format, org-columns-compile-format):
10705 Support for new currency summary type.
10706 (org-tree-to-indirect-buffer): Do not kill old buffer when
10707 `org-indirect-buffer-display' is `new-frame'.
10708 (org-indirect-buffer-display): Document that `new-frame' leads to
10709 indiret buffer proliferation.
10710 (org-agenda-list): Use `org-extend-today-until'.
10711 (org-extend-today-until): New option.
10712 (org-format-org-table-html): Use lower-case for <col> tag.
10713 (org-agenda-execute): New command.
10714 (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
10715 (org-select-remember-template): New function.
10716 (org-remember-apply-template): Use `org-select-remember-template'.
10717 (org-go-to-remember-target): New function.
10718
10719 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
10720
10721 * vc.el: Add a TODO note about vc-state.
10722 (vc-next-action): Register 'unregistered and 'ignored files.
10723 Use when and unless instead of if where appropriate.
10724 (vc-start-entry): Fix typo.
10725 (vc-status): Autoload it.
10726
10727 2008-01-18 Glenn Morris <rgm@gnu.org>
10728
10729 * ffap.el (ffap-alist): Remove space from RFC regexp.
10730
10731 2008-01-18 Richard Stallman <rms@gnu.org>
10732
10733 * custom.el (custom-theme-recalc-face): Use face-spec-set rather
10734 than face-spec-recalc.
10735
10736 2008-01-18 Glenn Morris <rgm@gnu.org>
10737
10738 * ibuffer.el (ibuffer-mode): Fix typo in previous change.
10739
10740 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10741 Miles Bader <miles@gnu.org>
10742
10743 * blank-mode.el: New file. Minor mode to visualise (HARD) SPACE,
10744 TAB, NEWLINE. Miles Bader <miles@gnu.org> wrote the original code
10745 for handling display table (via visws.el package), his code was
10746 modified, but the main idea was kept.
10747
10748 2008-01-17 Glenn Morris <rgm@gnu.org>
10749
10750 * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
10751 (ibuffer-save-filters): Remove calls to deleted
10752 ibuffer-update-mode-name.
10753
10754 2008-01-16 Martin Rudalics <rudalics@gmx.at>
10755
10756 * longlines.el (longlines-mode, longlines-show-region)
10757 (longlines-unshow-hard-newlines): Bind buffer-file-name and
10758 buffer-file-truename to nil while modifying buffer.
10759
10760 * cus-edit.el (custom-reset-standard-variables-list)
10761 (custom-reset-standard-faces-list): New variables.
10762 (custom-reset-standard-save-and-update): New function.
10763 (Custom-save): Apply custom-mark-to-save before and
10764 custom-state-set-and-redraw after saving options.
10765 (Custom-reset-standard): Apply custom-mark-to-reset-standard to
10766 options and call custom-reset-standard-save-and-update.
10767 (custom-variable, custom-face, custom-group): Provide new
10768 entries for custom-mark-to-save, custom-mark-to-reset-standard,
10769 and custom-state-set-and-redraw.
10770 (custom-variable-mark-to-save)
10771 (custom-variable-state-set-and-redraw)
10772 (custom-variable-mark-to-reset-standard)
10773 (custom-face-mark-to-save, custom-face-state-set-and-redraw)
10774 (custom-face-mark-to-reset-standard)
10775 (custom-group-mark-to-save, custom-group-state-set-and-redraw)
10776 (custom-group-mark-to-reset-standard): New functions.
10777 (custom-variable-save): Move save, state-set, and redraw
10778 functionality to custom-variable-mark-to-save.
10779 (custom-face-save): Move save, state-set, and redraw
10780 functionality to custom-face-mark-to-save.
10781 (custom-group-save): Move save, state-set, and redraw
10782 functionality to custom-group-mark-to-save.
10783 (custom-variable-reset-standard, custom-face-reset-standard)
10784 (custom-group-reset-standard): Move save, state-set, and redraw
10785 functionality to custom-reset-standard-save-and-update.
10786
10787 (custom-buffer-create-internal): Fix text in verbose help.
10788 (custom-face-value-create): Indent doc-strings of faces like
10789 those of variables.
10790
10791 2008-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * server.el (server-process-filter): Replace lineno and columnnno
10794 which defaulted to 1&0 with filepos which defaults to nil.
10795 (server-goto-line-column): Only receive the filepos.
10796 Only move if filepos is non-nil.
10797 (server-visit-files): Slight restructure to consolidate two calls to
10798 server-goto-line-column into just one.
10799
10800 * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
10801 the use of degraded mode.
10802 (nxml-degrade): Don't change mode-name.
10803
10804 * nxml/rng-nxml.el (rng-nxml-mode-init):
10805 Don't overwrite mode-line-process.
10806
10807 * ibuffer.el (mode): Pass the buffer to format-mode-line.
10808 (ibuffer-update-mode-name): Remove.
10809 (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
10810 (ibuffer-mode): Use mode-line-process instead.
10811
10812 * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
10813 Use derived-mode-p.
10814 (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
10815
10816 * help.el (describe-mode): Pass the right buffer to format-mode-line.
10817
10818 2008-01-16 Glenn Morris <rgm@gnu.org>
10819
10820 * comint.el (comint-regexp-arg): Fix no-input case.
10821
10822 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
10823
10824 * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
10825 * pcvs.el (cvs-revert-if-needed):
10826 * vc.el (vc-maybe-resolve-conflicts): Rename callers.
10827
10828 * vc-svn.el (vc-svn-find-file-hook):
10829 * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
10830
10831 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
10832
10833 * calendar/icalendar.el (icalendar-version): Increase to 0.16.
10834 (icalendar-export-file, icalendar-import-file):
10835 Restore significant trailing whitespace in `interactive' prompts.
10836
10837 2008-01-16 Tom Tromey <tromey@redhat.com>
10838
10839 * calendar/icalendar.el (icalendar--convert-tz-offset)
10840 (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
10841 (icalendar--find-time-zone): New functions.
10842 (icalendar--decode-isodatetime): Add `zone' argument, passed to
10843 `decode-time'. Doc fix.
10844 (icalendar--convert-ical-to-diary): Compute zone-map.
10845 Pass timezone to icalendar--decode-isodatetime.
10846
10847 2008-01-16 Alan Mackenzie <acm@muc.de>
10848
10849 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
10850 an eval-and-compile, so as to permit byte-compiling (e.g. in
10851 bootstrap).
10852
10853 2008-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
10856 (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
10857 using the same key for different menu entries.
10858
10859 * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
10860 (smerge-makeup-conflict): New command.
10861
10862 2008-01-15 Thien-Thi Nguyen <ttn@gnuvola.org>
10863
10864 * log-edit.el (log-edit): Doc fix.
10865
10866 2008-01-15 Glenn Morris <rgm@gnu.org>
10867
10868 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
10869
10870 2008-01-14 Alan Mackenzie <acm@muc.de>
10871
10872 * progmodes/cc-vars.el (c-constant-symbol): New function which
10873 supersedes c-const-symbol. During a customize-.. call it enables
10874 an element of (e.g.) c-hanging-braces alist to have its name
10875 displayed, even when the default value of c-h-b etc. doesn't
10876 include the elemnt. Replace uses of the old function by the new.
10877
10878 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
10879 obscure non-working fragment ":value c-".
10880
10881 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
10884
10885 2008-01-14 Michael Albinus <michael.albinus@gmx.de>
10886
10887 * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
10888 instead of `tramp-file-name-real-host'.
10889
10890 * net/trampver.el: Update release number.
10891
10892 2008-01-14 Alan Mackenzie <acm@muc.de>
10893
10894 * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
10895 call inside a struct being recognised as a K&R argument.
10896
10897 2008-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10900 Accept "fatal error" from MSFT.
10901 Reported by Jared Finder <jfinder@crypticstudios.com>.
10902
10903 2008-01-14 Dan Nicolaescu <dann@ics.uci.edu>
10904
10905 * smerge-mode.el (smerge-auto): New function.
10906 * vc-svn.el (vc-svn-find-file-hook):
10907 * vc-arch.el (vc-arch-find-file-hook):
10908 * pcvs.el (cvs-revert-if-needed):
10909 * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
10910 (top-level): Add a Todo list.
10911
10912 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
10913
10914 * vc.el (vc-update): Resolve conflicts if necessary instead of
10915 just updating the buffer.
10916
10917 * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
10918 update command so that we can parse the output.
10919
10920 2008-01-13 Martin Rudalics <rudalics@gmx.at>
10921
10922 * mail/rmail.el (rmail-convert-to-babyl-format):
10923 Remove save-excursion to avoid infinite looping.
10924 Reported by dnz <dnz@bk.ru>.
10925
10926 2008-01-12 Glenn Morris <rgm@gnu.org>
10927
10928 * woman.el (woman-parse-numeric-arg): Change handling of `==':
10929 can be interned without a function definition.
10930
10931 2008-01-12 Jason Rumney <jasonr@gnu.org>
10932
10933 * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
10934 (rng-nxml-mode-init): Declare.
10935
10936 2008-01-11 Jason Rumney <jasonr@gnu.org>
10937
10938 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
10939 (rng-preferred-prefix-alist-default): Remove.
10940
10941 * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
10942 Rename from nxml-enable-unicode-char-name-sets-flag.
10943 (nxml-enable-unicode-char-name-sets-1): Merge into
10944 nxml-enable-unicode-char-name-sets.
10945 (nxml-enable-unicode-char-name-sets): Don't unconditionally set
10946 nxml-char-name-ignore-case here.
10947
10948 * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
10949 Update doc string and commentary.
10950 (nxml-char-name-ignore-case): Change default value.
10951 (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
10952
10953 2008-01-11 Martin Rudalics <rudalics@gmx.at>
10954
10955 * cus-start.el (all): Add missing version entries.
10956
10957 2008-01-11 Glenn Morris <rgm@gnu.org>
10958
10959 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
10960 (euc-to-flat-code, flat-code-to-euc):
10961 * textmodes/org.el (elmo-msgdb-overview-get-entity)
10962 (wl-summary-buffer-msgdb): Declare as funtions.
10963
10964 2008-01-10 Martin Rudalics <rudalics@gmx.at>
10965
10966 * progmodes/ada-mode.el (ada-set-syntax-table-properties):
10967 Bind buffer-file-name and buffer-file-truename.
10968
10969 * fringe.el (fringe-mode-explicit): New variable.
10970 (set-fringe-mode): Don't alter default-frame-alist when just
10971 loading this file.
10972
10973 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10974
10975 * doc-view.el (doc-view-buffer-file-name): New variable.
10976 (doc-view-convert-current-doc, doc-view-search)
10977 (doc-view-current-cache-dir, doc-view-initiate-display)
10978 (doc-view-mode): Use it.
10979 (doc-view-bookmark-make-cell): Use variable buffer-file-name
10980 instead of function.
10981
10982 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10983
10984 * vc-svn.el (vc-svn-registered): Return the correct value for
10985 ignored and unregistered files.
10986
10987 2008-01-10 Tassilo Horn <tassilo@member.fsf.org>
10988
10989 * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
10990
10991 2008-01-10 Tom Tromey <tromey@redhat.com>
10992
10993 * vc.el (vc-status-unmark-all-files): New function.
10994 (vc-status-unmark-all-files): Likewise.
10995 (vc-status-mode-map): Add bindings.
10996
10997 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
10998
10999 * ediff*.el: Uncomment declare-function.
11000
11001 * emulation/viper*.el: Uncomment declare-function.
11002
11003 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11004
11005 * doc-view.el (doc-view-mode): Support tramp, compressed files and
11006 files inside archives uniformly.
11007
11008 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
11009
11010 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
11011 constant with a computation on sgml-specials rather than a literal
11012 list. Without this change the syntax table is generated
11013 incorrectly, and the mode will think it's in a comment following
11014 any instance of the string "--".
11015
11016 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
11017
11018 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
11019 (doc-view-mode): Support document files inside archives.
11020
11021 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
11022
11023 * vc.el (vc-deduce-fileset): Return the currently selected file if
11024 no files are selected when using vc-status.
11025
11026 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11027
11028 * ediff*.el: Comment out declare-function. "make bootstrap"
11029 stops with an error and Emacs does not compile with those things in.
11030 Besides, declare-function is not defined in XEmacs.
11031
11032 * ediff-util (eqiff-quit): Autoraise minibuffer.
11033
11034 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
11035
11036 * emulation/viper*.el: Comment out declare-function -- not defined
11037 in XEmacs.
11038
11039 * emulation/viper-ex.el (viper-info-on-file):
11040 Take care of indirect buffers.
11041
11042 * emulation/viper.el (viper-set-hooks, set-cursor-color):
11043 Set viper-vi-state-cursor-color.
11044
11045 2008-01-09 Tom Tromey <tromey@redhat.com>
11046
11047 * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
11048 Just return header.
11049 (vc-status-move-to-goal-column): New function.
11050 (vc-status-mode-map): Define more keys.
11051 (vc-status-mode): Use vc-status-refresh. Now 'special.
11052 (vc-status-refresh): New function.
11053 (vc-status-next-line): Likewise.
11054 (vc-status-previous-line): Likewise.
11055 (vc-status-mark-file): Use vc-status-next-line.
11056 (vc-status-unmark-file): Use vc-status-previous-line.
11057 (vc-status-unmark-file-up): New function.
11058 (vc-status-register): Likewise.
11059 (vc-status-find-file): Likewise.
11060 (vc-status-find-file-other-window): Likewise.
11061 (vc-status-current-file): Likewise.
11062 (vc-ensure-vc-buffer): Understand vc-status mode.
11063
11064 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
11065
11066 2008-01-09 Glenn Morris <rgm@gnu.org>
11067
11068 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
11069 entry, for Windows.
11070
11071 2008-01-09 Tom Tromey <tromey@redhat.com>
11072
11073 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
11074
11075 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
11078 add a file-name handler.
11079
11080 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11081
11082 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
11083 Rename from function bibtex-files-expand. New optional arg select.
11084 (bibtex-flash-head): Allow blink-matching-delay being zero.
11085 (bibtex-clean-entry): Use atomic-change-group.
11086 (bibtex-format-entry): Check presence of required fields only
11087 after formatting of fields. Use member-ignore-case. Do not use
11088 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11089 (bibtex-autofill-entry): Do not call undo-boundary.
11090 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
11091 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
11092 Parse keys if necessary.
11093
11094 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11095
11096 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
11097 quotes in case of spaces, e.g. STL containers (not pretty).
11098
11099 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11100
11101 * progmodes/gdb-ui.el (gud-gdb-command-name):
11102 Explain "--annotate=3" option is necessary for the Graphical Interface.
11103
11104 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11105
11106 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
11107 on menu bar.
11108
11109 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11110
11111 * ffap.el (ffap-read-file-or-url): Let-bind
11112 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
11113
11114 2008-01-08 Sven Joachim <svenjoac@gmx.de>
11115
11116 * vc-bzr.el: Fix typo in header.
11117
11118 2008-01-08 Eli Zaretskii <eliz@gnu.org>
11119
11120 * Makefile.in (custom-deps, finder-data): Depend on autoloads
11121 instead of loaddefs.el.
11122
11123 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
11126 gets inserted out-of-order.
11127
11128 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
11129
11130 * vc-bzr.el: Copyright and version headers update.
11131 Remove some outdated comments through the whole file.
11132 (vc-bzr-program-args): Remove because unused.
11133 (vc-bzr-log-switches): New customization option.
11134 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
11135 use `vc-bzr-program-args'.
11136 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
11137 `vc-find-root' (patch by Andreas Hoenen).
11138 (vc-bzr-status): Update regex to match latest Bzr output.
11139 Remove redundant test.
11140 (vc-bzr-init-version): New function.
11141 (vc-bzr-unregister): Must not delete file.
11142 (vc-bzr-find-version): New function.
11143 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
11144 a non-empty string, otherwise take head revision.
11145 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
11146 (vc-bzr-diff): Simpler build of the revision spec string.
11147 (vc-annotate-convert-time, vc-bzr-annotate-difference):
11148 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
11149 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
11150 (vc-bzr-dired-state-info): Only provide custom strings for
11151 overloaded VC state 'edited; otherwise fallback to
11152 `vc-default-dired-state-info'.
11153
11154 2008-01-08 Richard Stallman <rms@gnu.org>
11155
11156 * delsel.el (delete-selection-mode): Doc fix.
11157
11158 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
11159
11160 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
11161 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
11162
11163 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
11164 of watch expressions (only works fully with GDB 6.7 or later).
11165
11166 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
11167
11168 * time-stamp.el (time-stamp-time-zone):
11169 * whitespace.el (whitespace-check-buffer-leading)
11170 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
11171 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
11172 * progmodes/sh-script.el (sh-indentation):
11173 * textmodes/ispell.el (ispell-local-pdict):
11174 Add safe-local-variable properties.
11175
11176 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * vc-git.el (vc-git--call): Apply `process-file' instead of
11179 `call-process'.
11180
11181 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
11182 Reported by Pete Forman <pete.forman@westerngeco.com>.
11183 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
11184 (tramp-handle-process-file): Handle the case where DESTINATION is
11185 a consp with t as car.
11186 (tramp-wait-for-output): We shall remove exactly what has been
11187 find by the search.
11188
11189 2008-01-08 Kevin Ryde <user42@zip.com.au>
11190
11191 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11192 For perl, allow "during global destruction" at end. Add entry for
11193 two-arg form of the Test module ok() func.
11194
11195 2008-01-08 Glenn Morris <rgm@gnu.org>
11196
11197 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
11198 unified format.
11199
11200 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
11201
11202 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
11203
11204 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
11205 Simplify selection of frame focusing function.
11206
11207 2008-01-08 Michael Olson <mwolson@gnu.org>
11208
11209 * textmodes/remember.el (remember-region): Fix typo in docstring.
11210
11211 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
11212
11213 * textmodes/remember.el (remember): If there is a visible region
11214 [that is, the mark is active and transient mark mode is enabled]
11215 then use this region for the initial contents of the *Remember*
11216 buffer. Use `region-beginning' and `region-end' instead of
11217 `point' and `mark'.
11218
11219 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
11220
11221 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
11222 argument to vc-hg-command.
11223 (vc-hg-log-view-mode): Handle the user field better.
11224
11225 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
11228
11229 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11230
11231 * vc.el (vc-status-fileinfo): New defstruct.
11232 (vc-status): New defvar.
11233 (vc-status-insert-headers, vc-status-printer, vc-status)
11234 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
11235 (vc-status-unmark-file, vc-status-marked-files): New functions.
11236
11237 * vc-hg.el (vc-hg-dir-status): New function.
11238
11239 2008-01-06 Martin Rudalics <rudalics@gmx.at>
11240
11241 * cus-edit.el (custom-tool-bar-map): Move initialization of this
11242 keymap from here ...
11243 (custom-mode): ... to here. Reported by Reiner Steib.
11244
11245 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
11246
11247 * obsolete/x-apollo.el: Remove file for unsupported system.
11248
11249 * term/x-win.el (vendor-specific-keysyms): Remove reference to
11250 Apollo.
11251
11252 * progmodes/gud.el (gud-dgux-p): Remove.
11253 (dbx): Remove reference to dgux.
11254
11255 * progmodes/ps-mode.el (ps-mode-print-function):
11256 * ps-print.el (ps-lp-system):
11257 * paths.el (rmail-spool-directory):
11258 * ls-lisp.el (ls-lisp-emulation):
11259 * lpr.el (lpr-lp-system):
11260 * dired.el (dired-chown-program): Remove references to dgux.
11261
11262 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * vc.el (vc-process-sentinel): Fix apparent typo.
11265 (vc-do-command): Forcefully kill any left over process.
11266 Use start-file-process.
11267 (vc-annotate-get-time-set-line-props): Check we don't move backward.
11268
11269 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
11270
11271 * net/dbus.el (dbus-list-hash-table)
11272 (dbus-name-owner-changed-handler): Replace "signal" by "member".
11273 (dbus-check-event): Add serial number to event.
11274 (dbus-handle-event): Apply return message if needed.
11275 (dbus-event-serial-number): New defun.
11276 (dbus-event-service-name, dbus-event-path-name)
11277 (dbus-event-interface-name, dbus-event-member-name):
11278 Adapt implementation to serial number.
11279
11280 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11281
11282 * bs.el (bs--get-mode-name): Fix typo in previous change.
11283
11284 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * mouse.el (mouse-popup-menubar): Fix typo.
11287
11288 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
11289 form inside with-current-buffer.
11290
11291 * progmodes/antlr-mode.el (provide): Move to the end of file.
11292 (require): Don't require font-lock and compile.
11293 (outline-level, imenu-use-markers, imenu-create-index-function):
11294 Move declarations to top level.
11295 (cond-emacs-xemacs-macfn): Declare for compiler.
11296
11297 * vc-bzr.el (vc-bzr-root):
11298 * vc-arch.el (vc-arch-root): Only set a property if the file is
11299 managed by this backend.
11300
11301 * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
11302
11303 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
11304
11305 * doc-view.el (doc-view-scroll-up-or-next-page)
11306 (doc-view-scroll-down-or-previous-page): Don't scroll to the
11307 top/bottom again when on the first/last page.
11308
11309 * doc-view.el (doc-view-scroll-up-or-next-page)
11310 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
11311 image-scroll-down instead of the non-image equivalents.
11312 Don't rely on a signalled condition but switch pages when scrolling
11313 doesn't change the vertical position anymore.
11314 (doc-view-mode-map): Remap scroll-{up,down} to
11315 image-scroll-{up,down}.
11316
11317 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
11318
11319 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
11320 tpu-mapper command rather than load the tpu-mapper package.
11321
11322 * emulation/tpu-mapper.el (tpu-mapper): New command.
11323 Contains all the code previously at top-level.
11324
11325 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * bs.el (bs--sort-by-mode, bs--get-mode-name):
11328 * imenu.el (imenu-add-to-menubar):
11329 * makesum.el (make-command-summary):
11330 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
11331 (mouse-buffer-menu):
11332 * msb.el (msb--mode-menu-cond):
11333 * calc/calc-embed.el (calc-do-embedded):
11334 * emacs-lisp/helper.el (Helper-describe-mode):
11335 * mail/emacsbug.el (report-emacs-bug):
11336 * progmodes/hideshow.el (hs-grok-mode-type):
11337 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11338 * textmodes/table.el (*table--cell-describe-mode):
11339 Pass mode-name through format-mode-line.
11340
11341 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * progmodes/ada-xref.el (ada-prj-find-prj-file):
11344 * progmodes/ada-mode.el (comment-region):
11345 * calendar/todo-mode.el (todo-insert-item):
11346 * bookmark.el (bookmark-buffer-name):
11347 Test major-mode rather than mode-name.
11348
11349 2008-01-04 Richard Stallman <rms@gnu.org>
11350
11351 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
11352 Call byte-compile-warn-about-unresolved-functions outside
11353 the with-current-buffer.
11354 (byte-compile-insert-header): Use with-current-buffer.
11355
11356 2008-01-04 Glenn Morris <rgm@gnu.org>
11357
11358 * startup.el (fancy-about-screen): Remove reference to deleted
11359 `fancy-splash-help-echo' variable.
11360
11361 * version.el (emacs-copyright): Update to 2008.
11362
11363 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
11364 rather than mapcar.
11365
11366 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
11367 change (merge mistake).
11368
11369 * doc-view.el (doc-view-search-internal): Don't use `incf'.
11370
11371 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
11372 (bookmark-get-bookmark-record):
11373 * image-mode.el (bookmark-make-cell-function)
11374 (bookmark-get-filename, bookmark-get-bookmark-record)
11375 (bookmark-get-position):
11376 * log-view.el (vc-modify-change-comment):
11377 * progmodes/grep.el (find-name-arg): Declare for compiler.
11378
11379 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * savehist.el (savehist-coding-system): Default to a variant coding
11382 system with explicit unix end-of-line conversion, which is safer.
11383
11384 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
11387 * ibuffer.el (mode column): Use format-mode-line.
11388
11389 * server.el (server-create-window-system-frame): Remove workaround for
11390 a bug that has been fixed.
11391
11392 2008-01-03 Magnus Henoch <magnus@zemdatav>
11393
11394 * net/dbus.el (dbus-name-owner-changed-handler):
11395 Use dbus-unregister-object instead of dbus-unregister-signal.
11396
11397 2008-01-03 Drew Adams <drew.adams@oracle.com>
11398
11399 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
11400
11401 2008-01-03 Richard Stallman <rms@gnu.org>
11402
11403 * replace.el (occur-context-lines): New subroutine,
11404 broken out of occur-engine.
11405 (occur-engine): Call it.
11406
11407 2008-01-03 Alexandre Julliard <julliard@winehq.org>
11408
11409 * vc-git.el (vc-git--ls-files-state): New function.
11410 (vc-git-dir-state): Use it instead of processing the status
11411 results here.
11412
11413 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11414
11415 * progmodes/grep.el (grep-find-ignored-directories):
11416 Initialize from the value of vc-directory-exclusion-list.
11417
11418 * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
11419 even though we don't have a back end for darcs yet.
11420
11421 2008-01-02 Karl Fogel <kfogel@red-bean.com>
11422
11423 Change a return type, for greater extensibility.
11424 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
11425 and its thread for discussion leading to this change.
11426
11427 * bookmark.el (bookmark-jump-noselect):
11428 Return an alist instead of a dotted pair.
11429 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11430 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
11431 (bookmark-bmenu-switch-other-window): Adjust accordingly.
11432 (bookmark-make-cell-function): Adjust documentation accordingly.
11433
11434 * image-mode.el (image-bookmark-jump):
11435 Adjust return type accordingly; document.
11436
11437 * doc-view.el (doc-view-bookmark-jump):
11438 Adjust return type accordingly; document.
11439
11440 2008-01-02 Miles Bader <miles@gnu.org>
11441
11442 * net/rcirc.el (rcirc-log-filename-function): New variable.
11443 (rcirc-log): Use `rcirc-log-filename-function' to generate the
11444 log-file name. Don't log anything if it returns nil.
11445 (rcirc-log-write): Use `expand-file-name' when merging the
11446 log-file name from the alist with rcirc-log-directory; this does
11447 the right thing if the name in the alist already an absolute
11448 filename. Make the log-file directory if necessary.
11449
11450 2007-12-29 Richard Stallman <rms@gnu.org>
11451
11452 * font-lock.el (font-lock-prepend-text-property)
11453 (font-lock-append-text-property): Canonicalize the face and
11454 font-lock-face properties.
11455
11456 * faces.el (facep): Doc fix.
11457
11458 * startup.el (fancy-startup-tail, fancy-about-text)
11459 (fancy-startup-text): Regularize format of face property.
11460
11461 * facemenu.el (list-colors-print): Use :background and :foreground
11462 instead of background-color and foreground-color.
11463
11464 2007-12-29 Drew Adams <drew.adams@oracle.com>
11465
11466 * cus-edit.el (custom-add-parent-links):
11467 Fill the "Parent documentation" text.
11468
11469 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11470
11471 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
11472 MS-Windows and MS-DOS.
11473 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
11474
11475 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
11476
11477 * vc-svn.el (vc-svn-modify-change comment): New function.
11478
11479 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
11480
11481 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
11482 Do not disable undo, with-temp-buffer does it by default.
11483
11484 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
11485
11486 * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
11487 correctly.
11488
11489 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
11490 with vc-state.
11491 (vc-next-action): Fix vc-transfer-file call.
11492
11493 2007-12-31 Tom Tromey <tromey@redhat.com>
11494
11495 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
11496 Move point to the start of the buffer.
11497
11498 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
11499
11500 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
11501
11502 * vc.el: State that dir-state is required to set the vc-state and
11503 vc-backend properties.
11504
11505 2007-12-31 Martin Rudalics <rudalics@gmx.at>
11506
11507 * man.el (Man-default-man-entry): Make this a defun.
11508 Improve guessing mechanism and handling of section numbers.
11509
11510 2007-12-31 Richard Stallman <rms@gnu.org>
11511
11512 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
11513
11514 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
11515
11516 * calc/calc-units.el (calc-convert-temperature): Ensure that units
11517 are on the result even when the result is zero.
11518
11519 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
11520
11521 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
11522 resistent towards wrong parameters.
11523 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
11524
11525 2007-12-30 Richard Stallman <rms@gnu.org>
11526
11527 * faces.el (face-all-attributes): New function.
11528
11529 * faces.el (face-differs-from-default-p): Compute list of attr names
11530 from face-attribute-name-alist.
11531
11532 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
11533 (custom-face-save): Likewise.
11534 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
11535
11536 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
11537 (custom-theme-set-faces): Clear `face-override-spec' property.
11538 Call `face-spec-set' with FOR-DEFFACE.
11539
11540 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
11541
11542 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
11543 Use of frame as third arg is deprecated.
11544 Handle `face-override-spec' property.
11545 (face-spec-recalc): New function.
11546 (face-spec-set-2): New function.
11547 (frame-set-background-mode): Handle `face-override-spec' property.
11548 Use `face-spec-recalc'.
11549 (face-set-after-frame-default): Use `face-spec-recalc'.
11550
11551 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
11552
11553 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
11554
11555 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11556
11557 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
11558
11559 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
11560
11561 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
11562 'added, 'removed.
11563
11564 * vc.el (header coment): Better description of dir-state.
11565 (vc-compatible-state): New function. Checks whether two states
11566 can be in the same changeset; used with 'edited it can test whether
11567 the next action for a state should be commit.
11568 (vc-default-dired-state-info): Display 'removed state.
11569 (vc-dired-hook): Turn off undo, this is a speed tweak.
11570
11571 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
11572
11573 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
11574 Cope with the possibility that the 'C' status flag might change
11575 in 0.9,6.
11576
11577 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
11578
11579 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11580
11581 * files.el (cd-absolute): Fix omission bug:
11582 Make `list-buffers-directory' buffer-local.
11583
11584 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11585
11586 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
11587
11588 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
11589
11590 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
11591
11592 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
11593 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
11594 (math-yacas-compose-deriv, math-yacas-compose-taylor)
11595 (math-maxima-parse-subst, math-maxima-parse-taylor)
11596 (math-maxima-compose-taylor, math-maxima-compose-subst)
11597 (math-maxima-compose-if, math-lang-switch-args)
11598 (math-lang-compose-switch-args, math-read-giac-subscr):
11599 New functions.
11600 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
11601 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
11602 Add languages.
11603 (math-vector-brackets, math-complex-format, math-variable-table)
11604 (math-parse-table, math-oper-table, math-function-table)
11605 (math-special-function-table, math-compose-subscr):
11606 Add values for new languages.
11607
11608 * calc/calccomp.el (math-compose-expr): Add new languages.
11609
11610 * calc/calc.el (calc-language): Add languages to docstring.
11611
11612 * calc/calc-ext.el (calc-init-extensions): Add keybindings
11613 for new languages. Autoload commands to change languages.
11614
11615 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
11616
11617 * calc/calc-menu.el (calc-modes-menu): Add new languages.
11618 (calc-arithmetic-menu, calc-scientific-function-menu)
11619 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
11620 (calc-units-menu, calc-variables-menu, calc-stack-menu):
11621 Add :active keywords.
11622
11623 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
11624
11625 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
11626 returns 'ignored or 'unregistered.
11627 (vc-hg-state): Pass "-A" to the status command and deal with the
11628 output.
11629 (vc-hg-dir-state): Pass "-A" to the status command.
11630
11631 2007-12-29 Richard Stallman <rms@gnu.org>
11632
11633 * progmodes/compile.el (compilation-start): Set initial visible
11634 point properly even when compilation buffer already current.
11635
11636 2007-12-29 Richard Stallman <rms@gnu.org>
11637
11638 * files.el (conf-mode-maybe): New function.
11639 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
11640
11641 2007-12-29 Martin Rudalics <rudalics@gmx.at>
11642
11643 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
11644
11645 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
11646
11647 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
11648
11649 2007-12-29 Richard Stallman <rms@gnu.org>
11650
11651 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
11652 so they never do EOF.
11653
11654 2007-12-29 Richard Stallman <rms@gnu.org>
11655
11656 * faces.el (copy-face): Create the new face explicitly if it
11657 does not exist already.
11658
11659 2007-12-29 Eli Zaretskii <eliz@gnu.org>
11660
11661 * simple.el (minibuffer-history, shell-command-history)
11662 (set-variable-value-history):
11663 * replace.el (regexp-history):
11664 * international/mule-cmds.el (input-method-history):
11665 * files.el (file-name-history): Add reference to history-length in
11666 the doc string.
11667
11668 2007-12-29 Richard Stallman <rms@gnu.org>
11669
11670 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
11671
11672 2007-12-29 Jason Rumney <jasonr@gnu.org>
11673
11674 * find-dired.el (find-name-arg): New custom variable.
11675 (find-name-dired): Use it.
11676 (find-dired-find-program): Remove.
11677 (find-dired): Use find-program.
11678 (find-grep-dired): Use grep-program.
11679
11680 * progmodes/grep.el (rgrep): Use find-name-arg.
11681
11682 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
11683
11684 * progmodes/cc-vars.el (defcustom-c-stylevar):
11685 Revert to pre-2007-12-12 version.
11686
11687 2007-12-29 Richard Stallman <rms@gnu.org>
11688
11689 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
11690
11691 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
11692 Use changed.
11693
11694 * startup.el (fancy-splash-help-echo): Var deleted.
11695 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
11696 (fancy-about-screen): Don't display fancy-splash-help-echo.
11697
11698 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
11699
11700 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
11701
11702 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
11703 to vc-hooks.el so it will be available to other modes, such as
11704 speedbar.el. Also, teach it to recognize monotone state directories.
11705
11706 * speedbar.el: Remove this mode's fragile assumptions about
11707 version-control systems. Instead, make it use logic from
11708 vc-hooks.el so it will become smarter whenever VC mode does.
11709
11710 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
11711 Fix the documentation.
11712
11713 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
11714 Modify all instances of the dir-state back-end method to suppress
11715 keeping undo lists on the buffers holding status output, which
11716 can get extremely large.
11717
11718 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
11719 so they don't do work that the default one can do instead.
11720
11721 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
11722 states, and the new return-value convention. These are not
11723 actually used yet, just set.
11724
11725 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
11726 states when appropriate.
11727
11728 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
11729 'unregistered when appropriate.
11730
11731 * vc-git.el: Document that we don't set the new states yet.
11732
11733 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
11734 'ignored states.
11735
11736 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
11737 appropriate.
11738
11739 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
11740 when appropriate.
11741
11742 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
11743
11744 * thumbs.el (thumbs-call-convert): Use call-process directly
11745 with thumbs-conversion-program instead of through shell-file-name
11746 for better error reporting.
11747
11748 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
11749
11750 * calc/calc-aent.el (math-remove-percentsigns):
11751 * calc/calccomp.el (math-to-percentsigns): Change placeholder
11752 for percent signs.
11753
11754 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11755
11756 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
11757 use completion-ignored-extensions to detect files that should be
11758 ignorted in VC-Dired listings, heading off lots of expensive calls
11759 to (vc-state).
11760
11761 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
11762 non-terse mode.
11763 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
11764 Makefile.in or Makefile.am.
11765
11766 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11767
11768 * ps-print.el (ps-mark-active-p): Fun returned back.
11769 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
11770 `region-active-p' for error checking.
11771
11772 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
11773
11774 * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
11775 Put new machinery in place to support editing of change comments
11776 with 'e' in a log-view buffer. Not documented yet as this
11777 only works for SCCS, RCS, and maybe CVS if you have admin
11778 privileges. When we have backend support for Subversion and
11779 more modern systems it will be time to write this up.
11780
11781 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
11782
11783 * international/mule-cmds.el (select-safe-coding-system):
11784 When a buffer is modified, cancel the writing.
11785
11786 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
11787
11788 * log-view.el: Add Subversion and Mercurial log format samples.
11789
11790 * vc.el (vc-dired-hook): Significantly speed up by arranging for
11791 it to call the backend dir-state hook (if it exists)
11792 exactly *once*, rather than once per each subdirectory (with
11793 dired-state-info calls on all toplevel files slowing it down even
11794 further). For this to work, backend dir-state methods have to
11795 recurse to subdirectories. Most of them already did anyway; a few
11796 needed *non*-recursion switches removed. This change mostly
11797 removed code that was perversely bad and should have been shot
11798 through the head years ago.
11799
11800 * vc-bzr.el (vc-bzr-dir-state):
11801 * vc-cvs.el (vc-cvs-dir-state):
11802 * vc-mcvs.el (vc-mcvs-dir-state):
11803 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
11804
11805 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
11806 multiple arguments, so generate logs sequentially when we get them.
11807 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
11808 headers so the various log bindings can do the right thing.
11809 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
11810
11811 2007-12-26 Andreas Schwab <schwab@suse.de>
11812
11813 * font-lock.el (save-buffer-state): Make sure the state of the
11814 buffer is always restored.
11815
11816 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
11817
11818 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
11819
11820 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
11821 a variable.
11822
11823 * calc/calccomp.el (math-to-percentsigns): New function.
11824 (math-compose-var): Handle variables with percent signs.
11825 (math-compose-expr): Handle function names with percent signs.
11826
11827 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
11828 (math-read-exprs): Handle percent signs in languages that
11829 allow them.
11830 (math-restore-underscores): Remove function.
11831 (math-remove-percentsigns, math-restore-placeholders):
11832 New functions.
11833
11834 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11835
11836 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
11837 of `mark' for error checking.
11838
11839 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
11840
11841 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
11842 New functions.
11843 (image-mode): Set bookmark-make-cell-function appropriately.
11844
11845 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
11846
11847 * bookmark.el (bookmark-make-cell-function): New variable.
11848 (bookmark-make): Call bookmark-make-cell-function's function
11849 instead of bookmark-make-cell.
11850 (bookmark-get-handler, bookmark-jump-internal): New functions.
11851 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
11852 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
11853 Use bookmark-jump-internal.
11854 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
11855
11856 * doc-view.el (doc-view-bookmark-make-cell)
11857 (doc-view-bookmark-jump): New functions.
11858 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
11859
11860 2007-12-25 Miles Bader <miles@gnu.org>
11861
11862 * indent.el (indent-for-tab-command): Rigidly indent the following
11863 sexp along with the current line when a prefix arg is given in the
11864 non-active-region case. Specify raw prefix in interactive spec.
11865 Simplify main indentation logic to get rid of the conditional call
11866 to `indent-according-to-mode' (it just ended up calling
11867 `indent-line-function' in all cases anyway, which can be done more
11868 simply here). Remove unnecessary test of ARG in active region case.
11869
11870 2007-12-25 Richard Stallman <rms@gnu.org>
11871
11872 * allout.el (allout-region-active-p): Rename from my-region-active-p.
11873 Use `use-region-p'.
11874 (allout-write-file-hook-handler): Simplify code.
11875
11876 * ps-print.el (ps-mark-active-p): Function deleted.
11877 (ps-print-preprint-region): Use (mark) for the error check.
11878
11879 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
11880
11881 * winner.el (winner-active-region): Use `mark-active' if it's defined.
11882
11883 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
11884
11885 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
11886
11887 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
11888
11889 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
11890
11891 * progmodes/cc-defs.el (c-region-is-active-p):
11892 Use `mark-active' if it's defined.
11893
11894 * progmodes/cc-cmds.el (c-indent-line-or-region):
11895 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
11896
11897 * simple.el (select-active-regions): New option.
11898 (set-mark): Obey it.
11899 (yank-pop-change-selection): New option.
11900 (current-kill): Obey it.
11901
11902 * simple.el (use-region-p): Rename from `region-active-p'.
11903 (region-active-p): New function.
11904
11905 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
11906
11907 * term/x-win.el (x-select-enable-primary): New option.
11908 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
11909
11910 * mouse.el (mouse-yank-primary): New function (almost same
11911 as mouse-yank-secondary).
11912
11913 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
11914
11915 * calculator.el:
11916 * dframe.el:
11917 * iswitchb.el:
11918 * whitespace.el:
11919 * winner.el:
11920 * emacs-lisp/checkdoc.el:
11921 * mail/feedmail.el:
11922 * net/quickurl.el:
11923 * obsolete/fast-lock.el:
11924 * play/5x5.el:
11925 * progmodes/delphi.el:
11926 * progmodes/idlw-shell.el:
11927 * progmodes/idlwave.el:
11928 * textmodes/artist.el:
11929 * textmodes/ispell.el:
11930 * textmodes/texinfmt.el:
11931 * textmodes/texinfo.el: Remove obsolete definitions of backward
11932 compatibility macros for defcustom, defgroup, defface, when,
11933 unless, with-current-buffer and with-temp-message.
11934
11935 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
11936
11937 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
11938
11939 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
11942 indeed a process.
11943
11944 2007-12-23 Richard Stallman <rms@gnu.org>
11945
11946 * simple.el (region-active-p): New function.
11947 (use-empty-active-region): New variable.
11948
11949 * dired-aux.el (dired): Load dired.el at run time too.
11950
11951 2007-12-23 Juri Linkov <juri@jurta.org>
11952
11953 * man.el (Man-follow-manual-reference): Fill the minibuffer's
11954 default list with a full list of references.
11955
11956 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
11957
11958 2007-12-23 Andreas Schwab <schwab@suse.de>
11959
11960 * files.el (switch-to-buffer-other-frame): Return the buffer
11961 switched to.
11962
11963 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
11964
11965 Sync with Tramp 2.1.12.
11966
11967 * net/tramp.el: New todo item.
11968
11969 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
11970 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
11971
11972 * net/trampver.el: Update release number.
11973
11974 2007-12-22 Richard Stallman <rms@gnu.org>
11975
11976 * newcomment.el (comment-region-default): Don't triple the
11977 comment starter if the first region line isn't indented enough.
11978
11979 2007-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11980
11981 * net/imap.el (imap-authenticate): Use current-buffer instead of
11982 buffer, for the cases where imap-authenticate is called with a nil
11983 buffer parameter.
11984
11985 2007-12-21 Martin Rudalics <rudalics@gmx.at>
11986
11987 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
11988 specifier from format-string. Reported by Ye Wenbin.
11989
11990 2007-12-20 Jason Rumney <jasonr@gnu.org>
11991
11992 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
11993 Parent group is font-lock-faces.
11994 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
11995 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
11996 (nxml-version): Remove.
11997 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
11998 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
11999 (nxml-processing-instruction-delimiter)
12000 (nxml-processing-instruction-target)
12001 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
12002 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
12003 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
12004 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
12005 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
12006 (nxml-attribute-prefix, nxml-attribute-colon)
12007 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
12008 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
12009 (nxml-attribute-value, nxml-attribute-value-delimiter)
12010 (nxml-namespace-attibute-value)
12011 (nxml-namespace-attribure-value-delimiter)
12012 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
12013 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
12014 (nxml-glyph): Rename, removing -face suffix.
12015 Inherit from existing font-lock faces.
12016 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
12017 Use new face names.
12018
12019 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
12020 (nxml-outline-active-indicator, nxml-outline-ellipsis):
12021 Rename, removing -face suffix.
12022 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
12023 (nxml-highlighted-colon, nxml-highlighted-slash)
12024 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
12025 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
12026 (nxml-highlighted-qname, nxml-outline-display-heading):
12027 Use new face names.
12028
12029 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
12030
12031 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
12032
12033 2007-12-19 Martin Rudalics <rudalics@gmx.at>
12034
12035 * cus-start.el (all): Use correct group name for members of
12036 mode-line group.
12037
12038 * man.el (Man-default-man-entry): When looking for default man
12039 entry title search text preceding point. Use when instead of if.
12040
12041 * indent.el (indent-for-tab-command): Fix doc-string typo.
12042
12043 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
12044 vc-parent-buffer is the current buffer.
12045
12046 * info-look.el (info-lookup, info-lookup-setup-mode)
12047 (info-lookup-make-completions): Avoid clobbering Info-history and
12048 Info-history-list.
12049
12050 2007-12-19 Glenn Morris <rgm@gnu.org>
12051
12052 * progmodes/verilog-mode.el (top-level): Don't require compile.
12053 (compilation-error-regexp-alist, compilation-last-buffer):
12054 Define for compiler.
12055 (verilog-insert-1): New function.
12056 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
12057 Use verilog-insert-1.
12058 (verilog-surelint-off): Use next-error-last-buffer if bound.
12059 Check compile buffer is live.
12060
12061 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
12062
12063 * progmodes/compile.el (compilation-start): Don't pass a FRAME
12064 argument to display-buffer.
12065
12066 2007-12-19 Jason Rumney <jasonr@gnu.org>
12067
12068 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
12069 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
12070 (rng-byte-compile-load, rng-write-version): Remove.
12071
12072 * nxml/rng-loc.el (rng-schema-locating-files-default)
12073 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
12074 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
12075
12076 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
12077
12078 * files.el (cd-absolute): Set `list-buffers-directory' in order to
12079 show correct path in buffer list.
12080
12081 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
12082 (tramp-find-shell): Send only single prompt setting commands, in
12083 order to avoid double-prompt.
12084
12085 * net/tramp-compat.el (top): Require cl only when compiling.
12086 Reported by Glenn Morris <rgm@gnu.org>.
12087
12088 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12089
12090 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
12091 (c-comment-continuation-stars): No longer declare with
12092 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
12093 (c-block-comment-prefix): Use symbol-value to
12094 access c-comment-continuation-stars.
12095 * progmodes/cc-mode.el (c-initialize-cc-mode):
12096 Use symbol-value to access c-comment-continuation-stars.
12097
12098 2007-12-18 Mark A. Hershberger <mah@everybody.org>
12099
12100 * xml.el (xml-escape-string): New function. Escape string using
12101 xml-entity-alist.
12102 (xml-debug-print-internal): Use xml-escape-string to escape
12103 characters in attributes and in text children of elements.
12104
12105 2007-12-18 Glenn Morris <rgm@gnu.org>
12106
12107 * progmodes/cc-subword.el (c-subword-mode): Drop support for
12108 systems without define-minor-mode.
12109
12110 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
12111
12112 * progmodes/verilog-mode.el: Replace all instances of
12113 string-to-int with string-to-number, insert-string with insert,
12114 and read-input with read-string.
12115 (top-level): No need to require imenu, reporter, dinotrace, vc,
12116 font-lock when compiling. Always require compile. Relegate remaining
12117 compatibility cruft to XEmacs. Don't require font-lock.
12118 (verilog-version): Remove superfluous concat.
12119 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
12120 No need to define.
12121 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
12122 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
12123 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
12124 (verilog-startup-message-displayed): These are variables, not constants.
12125 (verilog-batch-execute-func, verilog-auto-inst)
12126 (verilog-auto-inst-param): Use mapc rather than mapcar.
12127 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
12128 actually defining.
12129 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
12130 (verilog-modi-get-outputs, verilog-modi-get-inouts)
12131 (verilog-modi-get-inputs, verilog-modi-get-wires)
12132 (verilog-modi-get-regs, verilog-modi-get-assigns)
12133 (verilog-modi-get-consts, verilog-modi-get-gparams)
12134 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
12135 (verilog-modi-get-sub-inputs): Move inline functions earlier in
12136 the file.
12137 (sigs-in, sigs-out): Don't declare multiple times.
12138 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
12139 `defvar'.
12140 (verilog-auto): Call dinotrace-unannotate-all only if bound.
12141 (verilog-module-inside-filename-p): No need to wrap fboundp test
12142 in condition-case.
12143 (reporter-submit-bug-report): Autoload it.
12144 (verilog-mark-defun): Call zmacs-activate-region only if bound.
12145 (verilog-font-customize): Call customize-apropos only if bound.
12146 (verilog-getopt-flags, verilog-auto-reeval-locals):
12147 Use make-local-variable rather than make-variable-buffer-local.
12148 (verilog-company, verilog-project, verilog-modi-cache-list):
12149 Move make-variable-buffer-local calls to top-level.
12150 (font-lock-defaults-alist): Don't define it.
12151 (verilog-need-fld): Remove.
12152 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
12153 (verilog-mode): Only call make-local-hook on XEmacs.
12154 Set font-lock-defaults rather than using verilog-font-lock-init.
12155
12156 2007-12-17 Andreas Schwab <schwab@suse.de>
12157
12158 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
12159 Fix comment typo.
12160
12161 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
12162
12163 * net/dbus.el (dbus-name-owner-changed-handler):
12164 Use `dbus-unregister-signal' for removing old rules.
12165 Obey new structure of `dbus-registered-functions-table'.
12166
12167 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
12168
12169 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
12170
12171 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12172
12173 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
12174 function.
12175 (add-submenu): Only define for XEmacs.
12176 (verilog-regexp-words): Revert previous change, keep the other
12177 definition.
12178
12179 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
12180
12181 * progmodes/perl-mode.el (perl-continued-statement-offset)
12182 (perl-continued-brace-offset, perl-brace-offset)
12183 (perl-brace-imaginary-offset, perl-label-offset):
12184 * progmodes/cperl-mode.el (cperl-brace-offset)
12185 (cperl-continued-brace-offset, cperl-label-offset)
12186 (cperl-continued-statement-offset)
12187 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
12188 Add safe-local-variable properties.
12189
12190 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12191
12192 * progmodes/verilog-mode.el (verilog-mode-map)
12193 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
12194 (verilog-colorize-include-files): Use only overlay functions so
12195 that it can work on both emacs and XEmacs.
12196 (set-extent-keymap): Remove unused defun.
12197 (verilog-kill-existing-comment, verilog-insert-date)
12198 (verilog-insert-year): Rename in order not to pollute the global
12199 namespace from kill-existing-comment, insert-date and
12200 insert-year, respectively.
12201 (verilog-set-auto-endcomments, verilog-header): Update callers.
12202
12203 * files.el (auto-mode-alist): Recognize verilog files.
12204
12205 * progmodes/verilog-mode.el (verilog-string-replace-matches)
12206 (verilog-string-remove-spaces, verilog-re-search-forward)
12207 (verilog-re-search-backward, verilog-re-search-forward-quick)
12208 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
12209 (verilog-get-end-of-line, verilog-within-string): Move definitions
12210 before first use. No code changes.
12211
12212 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12213
12214 * progmodes/verilog-mode.el (verilog-mode-version)
12215 (verilog-mode-release-date): Don't use expanding keywords.
12216 (provide): Move to the end of file.
12217 (fboundp): Don't check if eval-when-compile is bound, it is used
12218 later in the file without checking.
12219 (when, unless): Copy definitions from subr.el.
12220 (char-before, defcustom, defface, customize-group)
12221 (verilog-batch-error-wrapper): Don't use old style backquotes.
12222 (verilog-regexp-opt): Avoid using the cl function case.
12223 (verilog-regexp-words): Remove duplicated definition.
12224 (verilog-mode-abbrev-table): Remove, duplicate.
12225 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
12226 Declare and initialize in one step.
12227 (verilog-declaration-prefix-re, verilog-declaration-re)
12228 (verilog-end-of-statement, verilog-indent-declaration)
12229 (verilog-get-lineup-indent): Remove trailing whitespace.
12230 (verilog-mode): Fix autoload cookie.
12231 Set beginning-of-defun-function and end-of-defun-function. Use when
12232 instead of if.
12233 (verilog-emacs-features, verilog-auto-ascii-enum)
12234 (verilog-insert-indices): Escape braces in doc strings.
12235
12236 2007-12-08 Michael McNamara <mac@verilog.com>
12237 Wilson Snyder <wsnyder@wsnyder.org>
12238
12239 * progmodes/verilog-mode.el: New file.
12240
12241 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
12242
12243 * international/latexenc.el (latexenc-find-file-coding-system):
12244 If both coding-system-for-write and buffer-file-coding-system of
12245 latex-main-file are nil, use `undecided'.
12246
12247 2007-12-06 Jason Rumney <jasonr@gnu.org>
12248
12249 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
12250
12251 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
12252
12253 * files.el (revert-buffer): Docstring fix.
12254
12255 2007-12-11 Glenn Morris <rgm@gnu.org>
12256
12257 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
12258
12259 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
12260
12261 * calc/calc-aent.el (math-restore-underscores)
12262 (math-string-restore-underscores): New functions.
12263 (math-read-factor): Properly check variable names with underscores
12264 for entries in `math-expr-variable-mapping'.
12265
12266 * calc/calc-lang.el (math-lang-name): New property name.
12267
12268 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
12269 to set language name.
12270
12271 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12272
12273 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
12274
12275 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * server.el (server-select-display): Fix important typo.
12278 (server-process-filter): Turn a "" display into nil.
12279
12280 2007-12-09 Juri Linkov <juri@jurta.org>
12281
12282 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
12283 Check search-upper-case before calling isearch-no-upper-case-p
12284 to set case-fold-search.
12285 (occur): Doc fix.
12286 (occur-1, perform-replace): Check search-upper-case before calling
12287 isearch-no-upper-case-p to set case-fold-search.
12288
12289 * isearch.el (search-upper-case): Doc fix.
12290 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12291 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
12292 (isearch-query-replace-regexp): Doc fix.
12293 (isearch-occur): New function.
12294
12295 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12296
12297 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
12298 backward compatibility.
12299
12300 * net/imap.el (imap-string-to-integer): New function.
12301
12302 2007-12-09 David Kastrup <dak@gnu.org>
12303
12304 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
12305 directories. Not sure anybody uses this anymore, though.
12306
12307 2007-12-09 Glenn Morris <rgm@gnu.org>
12308
12309 * emulation/viper-init.el (top-level): Use dolist rather than mapc
12310 in make-variable-frame-local call.
12311
12312 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
12313
12314 * mail/hashcash.el (declare-function):
12315 * net/imap.el (declare-function): New no-op macro for backward
12316 compatibility.
12317
12318 2007-12-08 Eli Zaretskii <eliz@gnu.org>
12319
12320 Sync makefile.w32-in with Makefile.in.
12321
12322 * makefile.w32-in (check-declare): New target.
12323 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
12324 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
12325 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
12326 ($(lisp)/progmodes/cc-mode.elc): Use it.
12327 ($(lisp)/progmodes/cc-mode.elc): New rule.
12328
12329 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12330
12331 * indent.el (tab-stop-list): Mark as safe-local-variable.
12332
12333 * generic-x.el (etc-sudoers-generic-mode): New mode.
12334 (generic-unix-modes): Add it.
12335
12336 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
12337
12338 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
12339 apply wildcards in a hash table key; there is no usable hash code then.
12340 (dbus-registered-functions-table): Use `equal' as test function.
12341 (dbus-name-owner-changed-handler): Rewrite due to new hash table
12342 structure.
12343
12344 2007-12-08 Martin Rudalics <rudalics@gmx.at>
12345
12346 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
12347 bound error in block comment branch.
12348
12349 2007-12-08 David Kastrup <dak@gnu.org>
12350
12351 * textmodes/reftex.el (reftex-select-with-char):
12352 * textmodes/reftex-toc.el (reftex-toc-do-promote)
12353 (reftex-toc-visit-location, reftex-toc-find-section):
12354 * textmodes/reftex-index.el (reftex-index-show-entry):
12355 * textmodes/org.el (org-cycle-hide-archived-subtrees)
12356 (org-table-rotate-recalc-marks, org-mark-ring-push)
12357 (org-follow-info-link, org-mhe-get-message-folder-from-index)
12358 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
12359 (org-evaluate-time-range, org-edit-agenda-file-list):
12360 * textmodes/artist.el (artist-select-next-op-in-list)
12361 (artist-select-prev-op-in-list):
12362 * term/mac-win.el (mac-service-insert-text):
12363 * startup.el (fancy-about-screen):
12364 * progmodes/vhdl-mode.el (vhdl-decision-query):
12365 * progmodes/idlwave.el (idlwave-template)
12366 (idlwave-scroll-completions, idlwave-display-completion-list):
12367 * progmodes/ebrowse.el (ebrowse-show-progress):
12368 * progmodes/cperl-mode.el (cperl-find-pods-heres):
12369 * progmodes/antlr-mode.el (antlr-insert-option-do):
12370 * play/mpuz.el (mpuz-close-game):
12371 * net/rcirc.el (rcirc-next-active-buffer):
12372 * mail/reporter.el (reporter-update-status):
12373 * kmacro.el (kmacro-display):
12374 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12375 * emulation/viper-util.el (viper-save-setting):
12376 * emacs-lisp/lisp-mnt.el (lm-verify):
12377 * emacs-lisp/edebug.el (edebug-set-mode):
12378 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
12379 * calendar/calendar.el (calendar-print-day-of-year):
12380 * calc/calcalg3.el (calc-curve-fit):
12381 * calc/calcalg2.el (math-integral):
12382 * calc/calc.el (calc-read-key-sequence, calc-version):
12383 * calc/calc-mode.el (calc-set-simplify-mode):
12384 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
12385
12386 2007-12-07 D. Goel <deego3@gmail.com>
12387
12388 * progmodes/idlw-shell.el (idlwave-shell-display-line)
12389 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12390 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
12391 * mail/uce.el (uce-reply-to-uce)
12392 * progmodes/vhdl-mode.el (vhdl-template-modify)
12393 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
12394 to `error' (as suggested by RMS.)
12395
12396 2007-12-07 Glenn Morris <rgm@gnu.org>
12397
12398 * allout.el (allout-write-file-hook-handler):
12399 * textmodes/reftex.el (reftex-TeX-master-file):
12400 * textmodes/reftex-parse.el (reftex-short-context):
12401 Revert previous change.
12402
12403 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
12404
12405 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
12406 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
12407 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12408 (dbus-event-service-name, dbus-event-path-name)
12409 (dbus-event-interface-name, dbus-event-member-name): Fix for new
12410 event structure.
12411 (dbus-list-activatable-names, dbus-list-names)
12412 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
12413 Reorder `dbus-call-method' arguments.
12414
12415 2007-12-06 D. Goel <deego3@gmail.com>
12416
12417 * allout.el (allout-write-file-hook-handler):
12418 * textmodes/reftex.el (reftex-TeX-master-file):
12419 * textmodes/org.el (org-paste-subtree):
12420 * progmodes/vhdl-mode.el (vhdl-template-modify):
12421 * progmodes/idlw-shell.el (idlwave-shell-send-command)
12422 (idlwave-shell-display-line):
12423 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
12424 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
12425 * net/trampver.el (x):
12426 * mail/uce.el (uce-reply-to-uce):
12427 * mail/rmailout.el (rmail-output):
12428 * mail/feedmail.el (feedmail-dump-message-to-queue):
12429 * whitespace.el (whitespace-write-file-hook):
12430 * wdired.el (wdired-check-kill-buffer):
12431 * vc.el (vc-update):
12432 * vc-mcvs.el (vc-mcvs-checkin):
12433 * vc-cvs.el (vc-cvs-checkin):
12434 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
12435 * ibuffer.el (ibuffer-current-buffer):
12436 * dired.el (dired-move-to-end-of-filename):
12437 * bindings.el (complete-symbol):
12438 * textmodes/org-publish.el (org-publish-file):
12439 (org-publish-current-project):
12440 * textmodes/reftex-parse.el (reftex-short-context):
12441 * textmodes/texinfmt.el: Fix buggy calls to `error'.
12442
12443 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * doc-view.el (doc-view-dvi->pdf-sentinel)
12446 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
12447 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
12448 within a sentinel or timer.
12449 (doc-view-display): Don't try to display before the requested page
12450 is available, unless told to do so explicitly.
12451 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
12452 Force display even if the requested page is not available.
12453
12454 2007-12-06 Richard Stallman <rms@gnu.org>
12455
12456 * help-fns.el (describe-function-1): Call ad-get-advice-info
12457 only on symbols.
12458
12459 2007-12-06 Glenn Morris <rgm@gnu.org>
12460
12461 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
12462 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
12463 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
12464 faces in non-light-background case.
12465
12466 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
12467 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
12468 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
12469 * emulation/vi.el, emulation/viper-cmd.el:
12470 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
12471 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
12472 * textmodes/fill.el: Remove directory part from filenames in
12473 function declarations.
12474
12475 * dired-aux.el (mailcap-mime-info): Update declaration.
12476
12477 2007-12-05 Richard Stallman <rms@gnu.org>
12478
12479 * wid-edit.el (widget-type): Doc fix.
12480
12481 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12482
12483 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
12484 Don't match "sub { (...) ... }".
12485
12486 2007-12-05 Richard Stallman <rms@gnu.org>
12487
12488 * international/mule-cmds.el (toggle-input-method-active): New var.
12489 (toggle-input-method): Bind toggle-input-method-active to t.
12490 Error if it was already non-nil.
12491
12492 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12493
12494 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
12495
12496 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12497
12498 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
12499 see if certs should be verified and what is to be done in the
12500 event of a verification failure.
12501
12502 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
12503
12504 * net/tls.el (tls-program): Provide more custom choices from
12505 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
12506 (tls-process-connection-type, tls-success): Remove "*" in doc string.
12507 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
12508 version. Minor improvement to doc strings.
12509 (tls-program): Add comment.
12510
12511 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
12512
12513 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
12514 (tls-checktrust): New variable. Check if GNU TLS complained about a
12515 mismatch between the hostname provided in the certificate and the name
12516 of the host connnecting to.
12517 (open-tls-stream): Use them. Check certificates against trusted root
12518 certificates.
12519
12520 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
12521
12522 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
12523 (imap-parse-status): Upcase status-att for broken servers that sends
12524 them lower-case (e.g., MS Exchange 2007).
12525
12526 2007-12-05 D. Goel <deego3@gmail.com>
12527
12528 * simple.el (undo):
12529 * image-dired.el (image-dired-display-thumb-properties):
12530 (image-dired-modify-mark-on-thumb-original-file):
12531 (image-dired-dired-display-properties):
12532 * help.el (help-window-display-message):
12533 * files.el (hack-local-variables-confirm):
12534 * ediff.el (ediff-version):
12535 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
12536 `message' and `error': Ensure that first arg is a format string.
12537
12538 * emacs-lisp/find-func.el (find-library-name): Prefer files with
12539 ".el" suffix over "".
12540
12541 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
12542
12543 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
12544 interface and member fields.
12545
12546 2007-12-05 Glenn Morris <rgm@gnu.org>
12547
12548 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
12549 (pcomplete-here): Autoload it.
12550
12551 * eshell/em-basic.el (print-func): No need to define for compiler.
12552
12553 * eshell/esh-cmd.el (eshell-debug-command):
12554 * eshell/esh-io.el (eshell-print): Move definitions before use.
12555
12556 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
12557
12558 * eshell/esh-util.el (top-level): Don't require pp.
12559 Use condition-case rather than ignore-errors.
12560
12561 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
12562
12563 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
12564 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12565 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
12566 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
12567 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
12568 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
12569 * eshell/esh-util.el, eshell/eshell.el: Require individual files
12570 if needed when compiling, rather than esh-maint. Collect any
12571 require statements. Move provide statement to end. Move any
12572 commentary to start.
12573
12574 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
12575 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
12576 * eshell/esh-proc.el, eshell/esh-var.el:
12577 Require individual files if needed when compiling, rather than
12578 esh-maint. Collect any require statements. Leave provide at start.
12579 Move any commentary to start.
12580
12581 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12582 Remove declared function from byte-compile-noruntime-functions.
12583
12584 * ediff-util.el (ediff-version):
12585 * progmodes/python.el (compilation-shell-minor-mode):
12586 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
12587 (calendar-bahai-date-string, calendar-check-holidays)
12588 (calendar-chinese-date-string, calendar-coptic-date-string)
12589 (calendar-ethiopic-date-string, calendar-forward-day)
12590 (calendar-french-date-string, calendar-goto-date)
12591 (calendar-goto-today, calendar-hebrew-date-string)
12592 (calendar-islamic-date-string, calendar-iso-date-string)
12593 (calendar-julian-date-string, calendar-mayan-date-string)
12594 (calendar-persian-date-string, gnus-summary-last-subject)
12595 (parse-time-string, rmail-show-message): Declare as functions.
12596
12597 2007-12-05 Michael Olson <mwolson@gnu.org>
12598
12599 * textmodes/remember.el: Merge contents of remember-diary.el here,
12600 updating header. Add autoload cookie so that byte-compilation
12601 works without warning.
12602 (remember-diary-file): Default to nil, since diary might not yet
12603 be loaded at this point, which would deny us access to diary-file.
12604 (remember-diary-extract-entries): If remember-diary-file is nil,
12605 then use diary-file instead.
12606
12607 * textmodes/remember-diary.el: Remove, due to the issue of needing
12608 the first 8 characters of a filename to be unique.
12609
12610 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
12611
12612 * net/dbus.el (dbus-hash-table=): New defun.
12613 (dbus-hash-table-test): New hash table test function, used in
12614 `dbus-registered-functions-table'.
12615 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
12616 (dbus-event-service-name, dbus-event-path-name)
12617 (dbus-event-interface-name, dbus-event-member-name):
12618 Rewrite, due to new structure of `dbus-event'.
12619
12620 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
12621
12622 * ido.el (ido-save-history): Set the `coding' local
12623 variable in the first line of the file.
12624
12625 2007-12-04 Glenn Morris <rgm@gnu.org>
12626
12627 * password-cache.el: Move here from gnus/password.el.
12628 (top-level): Don't require cl when compiling.
12629 (password-read-and-add): Doc fix. Make obsolete.
12630
12631 * net/tramp.el: Require password-cache or password.
12632
12633 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
12634 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
12635 compiling.
12636 (cua-set-rectangle-mark): Add doc string to autoload.
12637 (cua--rectangle, cua--last-killed-rectangle)
12638 (cua--global-mark-active): Always define for compiler.
12639 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
12640 (cua--delete-rectangle, cua--insert-rectangle)
12641 (cua--rectangle-corner, cua--rectangle-assert)
12642 (cua--insert-at-global-mark, cua--global-mark-post-command):
12643 Declare as functions.
12644
12645 * emulation/cua-gmrk.el (top-level): Move provide to end.
12646
12647 * emulation/cua-rect.el (top-level): Move provide to end.
12648 Don't require cua-gmrk when compiling.
12649 (cua--cut-rectangle-to-global-mark)
12650 (cua--copy-rectangle-to-global-mark): Declare as functions.
12651
12652 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
12653 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
12654 (viper-vi-state-cursor-color):
12655 Consolidate make-variable-frame-local calls.
12656
12657 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
12658 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
12659 than bbdb-address-street1,2,3.
12660
12661 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
12662 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
12663
12664 2007-12-03 Karl Fogel <kfogel@red-bean.com>
12665
12666 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
12667 (save-place-alist-to-file, load-save-place-alist-from-file):
12668 Don't print non-error messages at all, there's really no need.
12669 Do print if there's a problem, and clarify message in that case.
12670
12671 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
12672
12673 * ediff-diff.el (ediff-prepare-error-list):
12674 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
12675
12676 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
12677
12678 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
12679 (doc-view-current-overlay, doc-view-pending-cache-flush):
12680 Add doc string.
12681
12682 2007-12-03 Richard Stallman <rms@gnu.org>
12683
12684 * subr.el (declare-function): Move from byte-run.el.
12685
12686 * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
12687
12688 * window.el (recenter-top-bottom): Don't use `ecase'.
12689
12690 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12691
12692 * saveplace.el (save-place-alist-to-file):
12693 Set coding-system-for-write once and refer to it throughout.
12694 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12695
12696 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12697
12698 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
12699 system when writing, and set it in the first-line file variables.
12700 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
12701 Juanma Barranquero.
12702
12703 2007-12-02 Glenn Morris <rgm@gnu.org>
12704
12705 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12706 Reverse branches of if statement.
12707
12708 * emulation/viper-cmd.el (top-level): Don't require advice.
12709 Don't load viper-util, viper-keym, viper-mous, viper-macs,
12710 viper-ex when compiling.
12711
12712 * emulation/viper-ex.el (top-level): Don't load viper-util,
12713 viper-keym when compiling.
12714
12715 * emulation/viper-init.el (top-level): Move provide statement to end.
12716
12717 * emulation/viper-keym.el (top-level): Don't load viper-util when
12718 compiling. Move provide statement to end.
12719
12720 * emulation/viper-macs.el (top-level): Don't load viper-util,
12721 viper-keym, viper-mous when compiling.
12722
12723 * emulation/viper-mous.el (top-level): Don't load viper-util when
12724 compiling.
12725
12726 * emulation/viper-util.el (top-level): Don't load viper-init when
12727 compiling.
12728
12729 * emulation/viper.el (top-level): Don't require ring.
12730 Don't load viper-init, viper-cmd when compiling.
12731
12732 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
12733 Move here from gnus/.
12734
12735 2007-12-02 Karl Fogel <kfogel@red-bean.com>
12736
12737 Offer option for saveplace to be quiet about loading and saving.
12738 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
12739
12740 * saveplace.el (save-place-quiet): New customizable boolean.
12741 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
12742 to determine whether to print loading/saving messages.
12743
12744 2007-12-02 Glenn Morris <rgm@gnu.org>
12745
12746 * mail/binhex.el: Move here from gnus/.
12747 (binhex): New custom group.
12748 (binhex-decoder-program, binhex-decoder-switches)
12749 (binhex-use-external): Move to the binhex custom group.
12750
12751 * mail/uudecode.el: Move here from gnus/.
12752 (uudecode): New custom group.
12753 (uudecode-decoder-program, uudecode-decoder-switches)
12754 (uudecode-use-external): Move to the uudecode custom group.
12755
12756 * net/netrc.el (top-level): Don't load `encrypt' features.
12757 (netrc-parse): Don't use encrypt.
12758 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
12759
12760 * progmodes/python.el (top-level): Don't require cl when compiling.
12761
12762 2007-12-02 Agustín Martín <agustin.martin@hispalinux.es>
12763
12764 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
12765 encoding for aspell process and for communication with it.
12766 Only add "-d" option if not already present.
12767 Use ispell-current-dictionary and ispell-current-personal-dictionary.
12768 General reorganization.
12769
12770 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
12771 encoding here.
12772 (ispell-start-process): Explicitly set encoding here if using aspell.
12773
12774 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
12775
12776 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
12777 function to log-edit.
12778
12779 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
12780
12781 * net/dbus.el: New file.
12782
12783 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
12784
12785 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
12786 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
12787 (calc-lang-parens-are-subscripts): New variables.
12788 (math-expr-special-function-mapping): Remove variable.
12789 (math-eqn-ignore-words, math-tex-ignore-words)
12790 (math-latex-ignore-words): Move to calc-lang.el.
12791
12792 * calc/calc-lang.el (math-compose-vector, math-compose-var)
12793 (math-tex-expr-is-flat): Declare as functions.
12794 (calc-lang-slash-idiv, calc-lang-allow-underscores)
12795 (math-comp-left-bracket, math-comp-right-bracket)
12796 (math-comp-comma, math-comp-vector-prec): Declare as variables.
12797 (math-var-formatter, math-matrix-formatter)
12798 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
12799 (math-punc-table, math-compose-subscr, math-dots)
12800 (math-func-formatter): New property names to store language
12801 specific information.
12802 (math-compose-tex-var, math-compose-tex-intv)
12803 (math-compose-maple-intv, math-compose-eqn-intv)
12804 (math-compose-tex-sum, math-compose-tex-func)
12805 (math-compose-tex-intv): New functions.
12806 (math-eqn-ignore-words, math-tex-ignore-words)
12807 (math-latex-ignore-words): Move from calc.el.
12808 (math-special-function-table): Add entries for tex.
12809 (calc-lang-slash-idiv, calc-lang-allows-underscores):
12810 New variables.
12811 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
12812 (math-compose-tex-matrix, math-compose-eqn-matrix)
12813 (math-eqn-special-functions): Move from calccomp.el.
12814
12815 * calc/calccomp.el (math-compose-var): New function.
12816 (math-compose-expr): Allow more special functions to be used.
12817 Change test for formatting fractions. Use variables and property
12818 names to help with language specific formatting.
12819 (math-compose-tex-matrix, math-compose-eqn-matrix)
12820 (math-eqn-special-functions): Move to calc-lang.el.
12821 (math-compose-rows): Use property names to help with language
12822 specific formatting.
12823
12824 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
12825 into nested subscripts.
12826 (math-read-token): Use variables and property names to help with
12827 language specific parsing.
12828 (math-read-expression-level): Use variables to help with language
12829 specific parsing.
12830
12831 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
12834 (archive-rar-summarize): Allow the file name to be passed as argument.
12835 Remove unused vars `header' and `footer'.
12836 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
12837
12838 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
12839
12840 * log-edit.el (log-edit-show-diff): New function.
12841 (log-edit-mode-map, log-edit-menu): Bind it.
12842 (log-edit-diff-function): New variable.
12843 (log-edit): Change the 3rd param to be an alist and accept a
12844 function that computes a diff for the files involved.
12845
12846 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
12847
12848 2007-12-01 Martin Rudalics <rudalics@gmx.at>
12849
12850 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
12851 wrap next-/previous-line in with-no-warnings.
12852
12853 2007-12-01 Glenn Morris <rgm@gnu.org>
12854
12855 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
12856
12857 * net/dig.el: Move here from gnus/.
12858 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
12859
12860 * net/dns.el: Move here from gnus/.
12861 (top-level): Don't require mm-util, or cl when compiling.
12862 (dns-write-name, dns-read, dns-read-type, query-dns):
12863 Replace mm-with-unibyte-buffer with its expansion.
12864 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
12865
12866 * progmodes/gdb-ui.el (gud-remove, gud-break):
12867 * progmodes/gud.el (gdb-create-define-alist)
12868 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
12869 (hl-line-highlight, gdb-display-source-buffer)
12870 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
12871 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
12872
12873 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12874
12875 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
12876 Move args on defun line.
12877
12878 * textmodes/org.el (org-calendar-holiday):
12879 Use calendar-check-holidays instead of the obsolete
12880 check-calendar-holidays.
12881 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
12882 (bbdb-company, bbdb-current-record, bbdb-name)
12883 (bbdb-record-getprop, bbdb-record-name)
12884 (bibtex-beginning-of-entry, bibtex-generate-autokey)
12885 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
12886 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
12887 (mh-find-path, mh-get-header-field, mh-get-msg-num)
12888 (mh-header-display, mh-index-previous-folder)
12889 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
12890 (mh-show-buffer-message-number, mh-show-header-display)
12891 (mh-show-msg, mh-show-show, mh-visit-folder)
12892 (org-export-latex-cleaned-string, remember)
12893 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
12894 (rmail-what-message, elmo-folder-exists-p)
12895 (elmo-message-entity-field, elmo-message-field)
12896 (vm-beginning-of-message, vm-follow-summary-cursor)
12897 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
12898 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
12899 (vm-summarize, wl-folder-get-elmo-folder)
12900 (wl-summary-goto-folder-subr)
12901 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
12902 (wl-summary-line-subject, wl-summary-message-number)
12903 (wl-summary-redisplay): Declare as functions.
12904
12905 2007-11-30 Martin Rudalics <rudalics@gmx.at>
12906
12907 * longlines.el (longlines-show-hard-newlines): Remove handling of
12908 buffer-undo-list and buffer-modified status.
12909 (longlines-show-region, longlines-unshow-hard-newlines):
12910 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
12911 inhibit-modification-hooks here to avoid that a buffer appears
12912 modified when toggling visibility of hard newlines.
12913
12914 2007-11-30 Glenn Morris <rgm@gnu.org>
12915
12916 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
12917
12918 * progmodes/idlw-complete-structtag.el
12919 (idlwave-sintern-structtag):
12920 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
12921 (idlwave-sintern-sysvartag):
12922 * progmodes/idlwave.el (idlwave-sintern-class-tag)
12923 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
12924 functions.
12925
12926 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
12927
12928 * textmodes/reftex-index.el (texmathp):
12929 * textmodes/reftex-auc.el (TeX-argument-insert)
12930 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
12931 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
12932 (LaTeX-label-list):
12933 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
12934 (rng-clear-conditional-region, rng-do-some-validation): Declare as
12935 functions.
12936 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
12937
12938 2007-11-30 Glenn Morris <rgm@gnu.org>
12939
12940 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
12941 argument and document it.
12942
12943 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
12944 Third argument to declare-function must be a list to specify arglist.
12945
12946 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
12947 Handle declare-function third argument `t' and fourth argument.
12948 (check-declare-verify): Doc fix. Handle `fileonly' case.
12949 Use progn rather than prog1.
12950
12951 * desktop.el (uniquify-item-base):
12952 * term/mac-win.el (url-type): Declare as functions.
12953
12954 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
12955 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
12956 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
12957 fourth arg to declare-function.
12958
12959 * play/dunnet.el: Don't require cl when compiling.
12960 (byte-compile-warnings): Set via file local variables.
12961 (dun-parse): Let-bind `beg' and `line'.
12962
12963 2007-11-29 Alexandre Julliard <julliard@winehq.org>
12964
12965 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
12966
12967 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12968
12969 * calendar/time-date.el (encode-time-value): Doc fix.
12970
12971 2007-11-29 Glenn Morris <rgm@gnu.org>
12972
12973 * calendar/time-date.el (with-decoded-time-value): Doc fix.
12974
12975 * textmodes/css-mode.el (prog-mode): Remove.
12976 (css-mode): Derive from fundamental-mode rather than prog-mode.
12977
12978 * emacs-lisp/byte-run.el (declare-function): Doc fix.
12979
12980 * emacs-lisp/check-declare.el (check-declare-locate)
12981 (check-declare-verify): Handle `external' files.
12982 (check-declare-errmsg): New function.
12983 (check-declare-verify, check-declare-file, check-declare-directory):
12984 Use check-declare-errmsg to report the number of problems.
12985
12986 * ffap.el (w3-view-this-url)
12987 * mail/mspools.el (vm-visit-folder)
12988 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
12989 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
12990 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
12991 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
12992 (bbdb-records)
12993 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
12994 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
12995 (sasl-make-client, sasl-next-step, sasl-step-data)
12996 (sasl-step-set-data)
12997 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
12998 (htmlr-step): Declare as functions.
12999
13000 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
13001 Use bbdb-address-zip rather than bbdb-address-zip-string.
13002
13003 2007-11-28 Richard Stallman <rms@gnu.org>
13004
13005 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
13006 Move here from gnus/.
13007
13008 2007-11-28 Martin Rudalics <rudalics@gmx.at>
13009
13010 * newcomment.el (comment-region-internal): Fix newline insertion
13011 in `block' case.
13012
13013 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
13016
13017 2007-11-28 Glenn Morris <rgm@gnu.org>
13018
13019 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
13020 delete .elc files.
13021
13022 * nxml/char-name/unicode: Move to etc/nxml/.
13023 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
13024
13025 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
13026 Declare as a function.
13027
13028 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
13029 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
13030 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
13031
13032 * nxml/nxml-outln.el (nxml-token-start-tag-p)
13033 (nxml-token-end-tag-p): Move definitions before use.
13034
13035 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
13036
13037 * nxml/nxml-uchnm.el (top-level)
13038 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
13039 (nxml-enabled-unicode-blocks): Add custom group.
13040
13041 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
13042 Use string-to-number rather than string-to-int.
13043
13044 * dired-x.el (dired-omit-old-add-entry): Declare as function.
13045 Move definition before use.
13046 (dired-old-find-buffer-nocreate): Declare as function.
13047
13048 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
13049 (check-declare-verify): Handle fset.
13050
13051 * emulation/edt.el (edt-user-emulation-setup):
13052 Test edt-setup-user-bindings is bound before calling.
13053
13054 * emulation/tpu-edt.el: Don't require cl when compiling.
13055 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
13056 (tpu-edt-off): Use condition-case rather than ignore-errors.
13057 Use with-no-warnings.
13058
13059 * eshell/esh-util.el (top-level): Use require rather than load for
13060 ange-ftp.
13061
13062 * mail/supercite.el (sc-version): Redefine as an alias for
13063 emacs-version.
13064 (sc-help-address): Remove.
13065 (sc-version): Use emacs-version rather than sc-version.
13066 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
13067
13068 * net/socks.el (socks-original-open-network-stream): Declare as
13069 function. Move definition before use.
13070
13071 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
13072
13073 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
13074 (math-make-frac): Declare as functions.
13075
13076 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
13077
13078 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
13079 Pacify byte compiler.
13080 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
13081
13082 * progmodes/idlwave.el (idlwave-shell-get-path-info)
13083 (idlwave-shell-temp-file, idlwave-shell-is-running)
13084 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
13085 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
13086 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
13087 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
13088 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
13089 (idlwave-completing-read, idlwave-current-routine)
13090 (idlwave-downcase-safe, idlwave-entry-find-keyword)
13091 (idlwave-expand-keyword, idlwave-find-class-definition)
13092 (idlwave-find-inherited-class, idlwave-find-struct-tag)
13093 (idlwave-get-buffer-visiting, idlwave-in-quote)
13094 (idlwave-make-full-name, idlwave-members-only)
13095 (idlwave-popup-select, idlwave-routine-source-file)
13096 (idlwave-routines, idlwave-sintern-class)
13097 (idlwave-sintern-keyword, idlwave-sintern-method)
13098 (idlwave-sintern-routine-or-method)
13099 (idlwave-substitute-link-target, idlwave-sys-dir)
13100 (idlwave-this-word, idlwave-what-module-find-class)
13101 (idlwave-where):
13102 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
13103 * mail/uce.el (rmail-msg-is-pruned)
13104 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
13105 (rmail-toggle-header):
13106 * mail/sendmail.el (dired-view-file, dired-get-filename):
13107 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
13108 (rmail-display-labels, rmail-msgbeg)
13109 (rmail-set-message-deleted-p, rmail-message-labels-p)
13110 (rmail-show-message, mail-comma-list-regexp)
13111 (mail-parse-comma-list):
13112 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
13113 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
13114 (rfc822-addresses, mail-abbrev-make-syntax-table)
13115 (mail-sendmail-delimit-header, mail-header-end):
13116 * mail/hashcash.el (message-narrow-to-headers-or-head)
13117 (message-fetch-field, message-goto-eoh)
13118 (message-narrow-to-headers):
13119 * vc.el (view-mode-exit): Declare as functions.
13120
13121 * mail/vms-pmail.el:
13122 * vmsproc.el:
13123 * vms-patch.el: Don't byte compile these files, they don't work.
13124
13125 2007-11-27 Glenn Morris <rgm@gnu.org>
13126
13127 * calc/calc-ext.el (math-read-big-rec):
13128 * calc/calc-nlfit.el (math-map-binop):
13129 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
13130
13131 * eshell/eshell.el (eshell-report-bug): Add version number of
13132 obsolescence.
13133
13134 * emulation/viper.el, emulation/viper-util.el,
13135 emulation/viper-macs.el, emulation/viper-keym.el,
13136 emulation/viper-ex.el, emulation/viper-cmd.el:
13137 Load viper-*.el files silently.
13138
13139 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
13140 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
13141 Load ediff-*.el files silently.
13142
13143 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
13144 compiling.
13145 (Info-goto-node): Declare as a function.
13146
13147 * ediff-init.el: Don't load ange-ftp when compiling.
13148 * ediff-util.el: Don't load reporter when compiling.
13149
13150 * ediff-wind.el (ediff-display-pixel-width)
13151 (ediff-display-pixel-height):
13152 * generic-x.el (ini-generic-mode):
13153 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
13154 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
13155 (ps-mule-initialize, ps-mule-begin-job):
13156 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
13157 (mark-calendar-days-named):
13158 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
13159 (add-to-diary-list, diary-name-pattern)
13160 (mark-calendar-days-named):
13161 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
13162 (mark-calendar-days-named):
13163 * calendar/cal-x.el (make-fancy-diary-buffer):
13164 * calendar/holidays.el (calendar-absolute-from-julian):
13165 * calendar/todo-mode.el (calendar-current-date):
13166 * calendar/cal-menu.el (calendar-increment-month)
13167 (calendar-month-name, extract-calendar-year)
13168 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
13169 (calendar-current-date, calendar-cursor-holidays)
13170 (calendar-date-string, insert-diary-entry, calendar-set-mark)
13171 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13172 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13173 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
13174 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
13175 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
13176 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
13177 (calendar-day-of-year-string, calendar-iso-date-string)
13178 (calendar-julian-date-string, calendar-astro-date-string)
13179 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
13180 (calendar-persian-date-string, calendar-bahai-date-string)
13181 (calendar-islamic-date-string, calendar-chinese-date-string)
13182 (calendar-coptic-date-string, calendar-ethiopic-date-string)
13183 (calendar-french-date-string, calendar-mayan-date-string)
13184 (calendar-print-chinese-date, calendar-goto-date):
13185 Declare as functions.
13186
13187 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
13188 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
13189
13190 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
13191 aliases for report-emacs-bug.
13192 (gnus-summary-select-article, gnus-configure-windows): Declare as
13193 functions.
13194
13195 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
13196 compiler.
13197
13198 * pgg.el (pgg-clear-string): Declare as a function.
13199 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
13200 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
13201
13202 * emacs-lisp/check-declare.el (check-declare-locate):
13203 Handle compressed files.
13204 (check-declare-verify): Handle define-generic-mode,
13205 define-global(ized)-minor-mode, define-obsolete-function-alias.
13206
13207 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
13208
13209 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
13210 algebraic modes.
13211
13212 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
13213 (math-is-true, calc-explain-why, calc-alg-edit)
13214 (math-composite-inequalities, math-flatten-lands)
13215 (math-multi-subst, calcFunc-vmatches, math-simplify)
13216 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
13217 (math-read-string, math-read-brackets, math-read-angle-brackets):
13218 Declare as functions.
13219
13220 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
13221 (calc-fit-bell-shaped-logistic-curve)
13222 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
13223 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
13224 (math-max-list): Declare as functions.
13225 (math-map-binop): New function.
13226 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
13227
13228 * calc/calc.el (calc-set-language, calc-edit-finish)
13229 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
13230 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
13231 (math-lessp, calc-embedded-finish-command)
13232 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
13233 (calc-push-list-in-macro, calc-replace-selections)
13234 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
13235 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
13236 (calc-embedded-stack-change, calc-refresh-evaltos)
13237 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
13238 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
13239 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
13240 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
13241 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
13242 (math-dimension-error, calc-incomplete-error, math-float-fancy)
13243 (math-neg-fancy, math-zerop, calc-add-fractions)
13244 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
13245 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
13246 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
13247 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
13248 (math-compose-expr, math-comp-width, math-composition-to-string)
13249 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
13250 (math-adjust-fraction, math-format-binary, math-format-radix)
13251 (math-group-float, math-mod, math-format-number-fancy)
13252 (math-format-bignum-fancy, math-read-number-fancy)
13253 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
13254 (calc-do-embedded-activate, math-do-defmath)
13255 (calc-load-everything): Declare as functions.
13256
13257 * calc/calc-ext.el (math-clip, math-round, math-simplify)
13258 (math-simplify-extended, math-simplify-units, calc-set-language)
13259 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
13260 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
13261 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
13262 (math-normalize-hms, math-normalize-mod, math-make-sdev)
13263 (math-make-intv, math-normalize-logical-op, math-possible-signs)
13264 (math-infinite-dir, math-calcFunc-to-var)
13265 (calc-embedded-evaluate-expr, math-known-nonzerop)
13266 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
13267 (math-format-date, math-vector-is-string, math-vector-to-string)
13268 (math-format-radix-float, math-compose-expr, math-abs)
13269 (math-format-bignum-binary, math-format-bignum-octal)
13270 (math-format-bignum-hex, math-format-bignum-radix)
13271 (math-compute-max-digits): Declare as functions.
13272 (math-provably-realp): Fix typo.
13273
13274 * calc/calc-forms.el (calendar-current-time-zone)
13275 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
13276 functions.
13277
13278 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
13279
13280 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
13281 Declare as functions.
13282
13283 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
13284 (math-posp, math-compare, math-bignum, math-compare-bignum):
13285 Declare as functions.
13286
13287 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
13288 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
13289 (calc-explain-why, calc-clear-command-flag)
13290 (calc-roll-down-with-selections, calc-roll-up-with-selections)
13291 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
13292 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
13293 (math-trunc-special, math-trunc-fancy, math-floor-special)
13294 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
13295 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
13296 (math-pow-zero, math-pow-fancy): Declare as functions.
13297
13298 * calc/calc-mode.el (calc-embedded-save-original-modes):
13299 Declare as a function.
13300
13301 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
13302 Declare as functions.
13303 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
13304 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
13305 Replace `mapcar*' by `math-map-binop'.
13306 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
13307
13308 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
13309 (math-read-expr-level): Declare as functions.
13310
13311 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
13312
13313 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
13316 end-of-defun-function is called consistently, even for negative
13317 arguments.
13318 (end-of-defun-function): Default to forward-sexp.
13319
13320 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
13321
13322 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13323
13324 2007-11-26 Glenn Morris <rgm@gnu.org>
13325
13326 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
13327 than :suffix.
13328
13329 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13330
13331 2007-11-26 Simon Josefsson <simon@josefsson.org>
13332
13333 * net/imap.el: Move from ../gnus.
13334
13335 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
13336
13337 * doc-view.el (doc-view-mode-p): New function.
13338
13339 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
13340
13341 * mail/mspools.el (rmail-get-new-mail):
13342 * mail/reporter.el (mail-position-on-field, mail-text):
13343 * mail/rmail.el (mail-position-on-field, mail-text-start)
13344 (rmail-update-summary):
13345 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
13346 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
13347 * mail/rmailout.el (rmail-update-summary):
13348 * mail/rmailsort.el (rmail-update-summary):
13349 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
13350 (dired-view-file):
13351 * mail/uce.el (mail-strip-quoted-names):
13352 * mail/undigest.el (rmail-update-summary):
13353 * mail/unrmail.el (mail-strip-quoted-names):
13354 * ediff.el (diff-latest-backup-file): Declare as functions.
13355
13356 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
13357 (kill-to-end-of-line):
13358 * obsolete/rnews.el (news-set-minor-modes):
13359 Remove non working functions.
13360
13361 2007-11-25 Glenn Morris <rgm@gnu.org>
13362
13363 * eshell/esh-maint.el (top-level): Use require with NOERROR for
13364 pcomplete. Don't mess with load-path.
13365
13366 * eshell/eshell.el (eshell-report-bug-address): Remove.
13367 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
13368
13369 2007-11-24 Glenn Morris <rgm@gnu.org>
13370
13371 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
13372 (appt-disp-window): Don't require electric.
13373 Simplify minibuffer-avoidance code.
13374 (appt-select-lowest-window): Avoid minibuffer.
13375
13376 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
13377 (esh-mode): Require it.
13378 (esh-util): Use require rather than featurep and load.
13379 (eshell): No need to test if eshell-mode is bound; remove obsolete
13380 reference to eshell-auto.
13381 (eshell-command, eshell-command-result): Don't require esh-mode
13382 now that the file does.
13383 (top-level): Move provide statement to the end of the file.
13384 Re-order and update commentary.
13385
13386 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13387
13388 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
13389 (vc-annotate-toggle-annotation-visibility): New command.
13390 (vc-annotate-mode-map): Bind "V" to it.
13391 (vc-annotate-mode-menu): Add entry for it.
13392 (vc-annotate-get-time-set-line-props): New func.
13393 (vc-annotate-display-autoscale)
13394 (vc-annotate-display-difference): Use it.
13395
13396 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
13397 Also, match one space at end of annotation text, after last paren.
13398
13399 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
13402 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
13403 `tramp-completion-mode'.
13404
13405 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
13406
13407 * vc-git.el (vc-git-show-log-entry): New func.
13408
13409 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
13410 (vc-git-state): Use vc-git--call.
13411 (vc-git-registered, vc-git-working-revision)
13412 (vc-git-previous-revision, vc-git-next-revision)
13413 (vc-git--run-command-string, vc-git-symbolic-commit):
13414 Use vc-git--out-ok.
13415
13416 2007-11-24 Glenn Morris <rgm@gnu.org>
13417
13418 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13419
13420 2007-11-24 Kenichi Handa <handa@m17n.org>
13421
13422 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
13423
13424 2007-11-23 David Kastrup <dak@gnu.org>
13425
13426 * server.el (server-process-filter): Use `command-line-args-left'.
13427
13428 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13429
13430 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
13431
13432 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
13433
13434 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
13435 buffer if the parent buffer is in vc-dired-mode.
13436
13437 2007-11-23 Mark A. Hershberger <mah@everybody.org>
13438
13439 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
13440
13441 2007-11-23 Juri Linkov <juri@jurta.org>
13442
13443 * dired.el (dired-read-dir-and-switches): For C-x d, set the
13444 value for M-n to the visited file name of the current buffer.
13445 Use minibuffer-with-setup-hook to set minibuffer-default to
13446 buffer-file-name inside read-file-name.
13447
13448 * man.el (Man-getpage-in-background): Don't disregard user option
13449 `Man-width' on non-window systems. Remove test for `window-system'
13450 around setting envvar "COLUMNS" depending on the value of `Man-width'.
13451
13452 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
13453 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
13454 of "--color=always".
13455
13456 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13457
13458 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
13459 beginning-of-defun-function.
13460
13461 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13462
13463 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
13464
13465 2007-11-22 Glenn Morris <rgm@gnu.org>
13466
13467 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
13468
13469 * emacs-lisp/check-declare.el (check-declare-locate): New function.
13470 (check-declare-scan): Use check-declare-locate.
13471 (check-declare-verify): No longer adjust fnfile, now
13472 check-declare-locate does it.
13473
13474 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13475
13476 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * subr.el (posn-col-row): Make the `default-value' use explicit.
13479
13480 * window.el (balance-windows): Remove unused var `counter'.
13481 (bw-balance-sub): Remove unused var `lastchild'.
13482 (split-window-vertically): Remove unused var `switch'.
13483 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
13484
13485 * emacs-lisp/bytecomp.el
13486 (byte-compile-file-form-custom-declare-variable): Simplify.
13487
13488 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13489
13490 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
13491 Set `show-trailing-whitespace' to nil.
13492
13493 * dired.el (make-symbolic-link):
13494 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
13495 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
13496 * dired-x.el (make-symbolic-link):
13497 * frame.el (x-initialize-window-system):
13498 * menu-bar.el (x-menu-bar-open):
13499 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
13500 (x-store-cut-buffer-internal):
13501 * wdired.el (make-symbolic-link):
13502 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
13503 (x-send-client-message):
13504 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
13505
13506 2007-11-22 Jan Djärv <jan.h.d@swipnet.se>
13507
13508 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
13509
13510 2007-11-22 Glenn Morris <rgm@gnu.org>
13511
13512 * dos-fns.el (int86):
13513 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
13514
13515 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
13516
13517 * calendar/holidays.el (holiday-list): Add autoload cookie.
13518
13519 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
13520 files relative to src/ directory.
13521 (check-declare-verify): Handle .c files. Warn if could not find
13522 an arglist to check.
13523
13524 * emacs-lisp/byte-run.el (declare-function): Doc fix.
13525
13526 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
13527
13528 * replace.el (occur-mode-map): Add a major mode menu with entries
13529 for all occur operations.
13530
13531 * international/titdic-cnv.el (dos-8+3-filename):
13532 * obsolete/fast-lock.el (msdos-long-file-names):
13533 * frame.el (msdos-mouse-p):
13534 * files.el (msdos-long-file-names, w32-long-file-name):
13535 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13536 (mac-resume-apple-event, mac-font-panel-mode)
13537 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13538 (mac-clear-font-name-table):
13539 * term/pc-win.el (msdos-remember-default-colors)
13540 (w16-set-clipboard-data, w16-get-clipboard-data):
13541 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13542 (set-message-beep):
13543 * net/browse-url.el (w32-shell-execute):
13544 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13545 (w32-get-locale-info, w32-get-valid-locale-ids)
13546 (w32-set-clipboard-data):
13547 * dos-fns.el (int86, msdos-long-file-names):
13548 * dos-w32.el (default-printer-name): Declare as functions.
13549
13550 2007-11-21 Jason Rumney <jasonr@gnu.org>
13551
13552 * emacs-lisp/byte-run.el (declare-function): Return nil.
13553
13554 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
13557
13558 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13559
13560 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
13561
13562 2007-11-21 Glenn Morris <rgm@gnu.org>
13563
13564 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
13565 for now. Handle define-minor-mode, and defalias (with no argument
13566 checking).
13567
13568 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13569
13570 * frame.el (msdos-mouse-p):
13571 * files.el (msdos-long-file-names, w32-long-file-name):
13572 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13573 (mac-resume-apple-event, mac-font-panel-mode)
13574 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13575 (mac-clear-font-name-table):
13576 * term/pc-win.el (msdos-remember-default-colors)
13577 (w16-set-clipboard-data, w16-get-clipboard-data):
13578 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13579 (set-message-beep):
13580 * net/browse-url.el (w32-shell-execute):
13581 * dos-fns.el (int86, msdos-long-file-names):
13582 * dos-w32.el (default-printer-name): Undo previous change.
13583
13584 2007-11-21 Eli Zaretskii <eliz@gnu.org>
13585
13586 * international/mule-cmds.el (set-locale-environment):
13587 Set default-file-name-coding-system _after_ keyboard and terminal
13588 coding systems. This fixes last change.
13589
13590 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
13591 one space after "Subject:".
13592
13593 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13594
13595 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
13596 in order to determine if there's a conflict.
13597
13598 2007-11-21 Richard Stallman <rms@gnu.org>
13599
13600 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
13601
13602 * reposition.el (reposition-window):
13603 Binding C-M-l moved to bindings.el.
13604
13605 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
13606
13607 * add-log.el (add-change-log-entry-other-window):
13608 Key binding C-x 4 a moved to bindings.el.
13609
13610 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
13611 from filecache.el.
13612
13613 * filecache.el: Minibuffer map bindings moved to bindings.el.
13614
13615 2007-11-21 Jason Rumney <jasonr@gnu.org>
13616
13617 * international/mule-cmds.el (set-locale-environment):
13618 Set default-file-name-coding-system from system defaults on Windows.
13619
13620 2007-11-21 Jason Rumney <jasonr@gnu.org>
13621
13622 * term/w32console.el: New term init file for w32 console.
13623
13624 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
13625 (x-setup-function-keys): Likewise, replacing top-level key definitions.
13626 (w32-tty-standard-colors): Move to term/w32console.el.
13627
13628 * term/w32-win.el (x-setup-function-keys): Remove.
13629
13630 * term/tty-colors.el (tty-register-default-colors): Remove special
13631 case for w32.
13632
13633 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
13634
13635 * frame.el (msdos-mouse-p):
13636 * generic-x.el (w32-shell-name):
13637 * files.el (msdos-long-file-names, w32-long-file-name)
13638 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
13639 (dos-8+3-filename, vms-read-directory, view-mode-disable):
13640 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
13641 (mac-resume-apple-event, mac-font-panel-mode)
13642 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
13643 (mac-clear-font-name-table):
13644 * term/pc-win.el (msdos-remember-default-colors)
13645 (w16-set-clipboard-data, w16-get-clipboard-data):
13646 * term/w32-win.el (w32-send-sys-command, w32-select-font)
13647 (set-message-beep):
13648 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
13649 (w32-get-locale-info, w32-get-valid-locale-ids)
13650 (w32-set-clipboard-data):
13651 * help-fns.el (ad-get-advice-info):
13652 * font-lock.el (fast-lock-after-fontify-buffer)
13653 (fast-lock-after-unfontify-buffer, fast-lock-mode)
13654 (lazy-lock-after-fontify-buffer)
13655 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
13656 * net/browse-url.el (w32-shell-execute):
13657 * dos-fns.el (int86, msdos-long-file-names):
13658 * dos-w32.el (default-printer-name): Declare as functions.
13659
13660 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
13661
13662 * textmodes/paragraphs.el (forward-sentence): Doc fix.
13663 Reported by Drew Adams <drew.adams@oracle.com>.
13664
13665 2007-11-20 Jason Rumney <jasonr@gnu.org>
13666
13667 * term/w32-win.el (x-setup-function-keys): Protect against
13668 multiple calls on the same terminal.
13669
13670 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13671
13672 * term/mac-win.el (x-setup-function-keys): Only setup
13673 local-function-key-map if it has not been setup already for the
13674 current frame. Move the suspend-emacs processing here.
13675
13676 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
13677
13678 * progmodes/grep.el (xargs-program): New variable.
13679 (grep-compute-defaults): Use it.
13680 (grep-default-command): Doc fix.
13681 (grep, lgrep, rgrep): Reflow docstrings.
13682
13683 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13684
13685 * vc.el (vc-find-revision): Set the parent buffer.
13686 Use when instead of if.
13687
13688 * progmodes/python.el (info-lookup-maybe-add-help):
13689 * progmodes/ps-mode.el (doc-view-minor-mode):
13690 * mail/emacsbug.el (Info-menu, Info-goto-node):
13691 * emulation/viper-keym.el (viper-ex)
13692 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
13693 * emulation/viper-cmd.el (widget-type, widget-button-press)
13694 (viper-set-hooks):
13695 * emacs-lisp/tcover-unsafep.el (unsafep-function):
13696 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
13697 (ses-load, ses-vector-delete, ses-create-header-string)
13698 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
13699 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
13700
13701 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
13704
13705 2007-11-20 Glenn Morris <rgm@gnu.org>
13706
13707 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
13708 for end of function-name. Handle define-derived-mode.
13709
13710 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
13711
13712 * progmodes/idlw-help.el: Require browse-url unconditionally, it
13713 is available by default.
13714 (idlwave-help-browse-url-available): Change default to t.
13715
13716 * emulation/edt.el (defgroup, defcustom): Remove definition.
13717 (eval-when-compile): Remove.
13718 (c-mark-function):
13719 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
13720 * textmodes/fill.el (comment-search-forward)
13721 (comment-string-strip):
13722 * progmodes/prolog.el (comint-mode, comint-send-string)
13723 (comint-send-region, comint-send-eof):
13724 * progmodes/dcl-mode.el (imenu-default-create-index-function):
13725 * emulation/viper-util.el (viper-forward-Word):
13726 * emulation/vi.el (c-mark-function):
13727 * emulation/edt-vt100.el (vt100-wide-mode):
13728 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
13729
13730 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
13731
13732 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
13733 Still some tuning in case of an echoing shell.
13734 (tramp-send-command): Connection property "remote-echo" is not
13735 persistent; cache key is the process therefore.
13736
13737 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * replace.el (map-query-replace-regexp): Doc fix (revert part of
13740 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
13741
13742 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
13743
13744 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
13745 * play/yow.el (doctor-ret-or-read):
13746 * vc-hooks.el (vc-dired-resynch-file):
13747 * vc-hg.el (log-view-get-marked):
13748 * smerge-mode.el (ediff-cleanup-mess):
13749 * pcvs.el (vc-editable-p, vc-checkout):
13750 * pcomplete.el (comint-bol):
13751 * informat.el (texinfo-format-refill):
13752 * ido.el (tramp-tramp-file-p):
13753 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
13754 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
13755 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
13756 functions.
13757
13758 * textmodes/ispell.el (ispell-int-char): Make it a defalias
13759 instead of fset.
13760 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
13761
13762 * ido.el (ido-file-internal): Move with-no-warnings to include the
13763 ffap-string-at-point call.
13764
13765 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
13766
13767 * vc-hg.el (vc-hg-revision-table): Fix last change.
13768
13769 2007-11-19 Martin Rudalics <rudalics@gmx.at>
13770
13771 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
13772 clipboard-yank when the buffer is read-only.
13773
13774 * cus-edit.el (custom-field-keymap): Move to other Custom mode
13775 keymaps such that it's before the definition of Custom-mode-menu.
13776 (Custom-mode-menu): Show it for custom-field-keymap too.
13777
13778 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
13779
13780 * progmodes/gdb-ui.el: Update commentary.
13781
13782 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
13783
13784 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
13785
13786 2007-11-19 Glenn Morris <rgm@gnu.org>
13787
13788 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
13789 does not exist, try adding `.el' extension. Also search for defsubsts.
13790
13791 * cus-edit.el (recentf-expand-file-name):
13792 * dired.el (dired-relist-entry):
13793 * subr.el (w32-shell-dos-semantics):
13794 * emacs-lisp/bytecomp.el (compilation-forget-errors):
13795 Declare as functions.
13796
13797 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
13800 (prepare-abbrev-list-buffer): Use dolist.
13801 (clear-abbrev-table): Preserve properties.
13802
13803 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
13804
13805 * textmodes/texinfmt.el (texinfo-format-printindex):
13806 Collect combined indexes using texinfo-short-index-format-cmds-alist.
13807 Reported on <bug-texinfo@gnu.org>.
13808
13809 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
13810
13811 * net/tramp.el (tramp-completion-reread-directory-timeout):
13812 New defcustom.
13813 (tramp-handle-file-name-all-completions): Flush directory contents
13814 from cache regularly.
13815 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
13816 (tramp-open-connection-setup-interactive-shell):
13817 Call `tramp-cleanup-connection' via funcall.
13818
13819 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
13820 created when copying.
13821
13822 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
13823
13824 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
13825 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
13826 * eshell/esh-ext.el (eshell-external-command):
13827 * eshell/esh-cmd.el (require):
13828 * eshell/em-unix.el (eshell-plain-locate-behavior):
13829 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13830 Replace eshell-under-xemacs-p with (featurep 'xemacs).
13831 * eshell/esh-mode.el (characterp, char-int): Remove unused
13832 conditional defaliases.
13833
13834 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
13835 Rename from event-matches-key-specifier-p, define unconditionally.
13836 (event-basic-type): Remove unused defalias.
13837 (pcomplete-show-completions):
13838 Use pcomplete-event-matches-key-specifier-p.
13839
13840 2007-11-17 Eli Zaretskii <eliz@gnu.org>
13841
13842 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
13843 when saving esh-groups.el.
13844
13845 2007-11-17 Martin Rudalics <rudalics@gmx.at>
13846
13847 * wid-edit.el (widget-default-complete):
13848 * progmodes/flymake.el (flymake-goto-file-and-line):
13849 Fix typo in (doc-)string.
13850
13851 2007-11-17 Glenn Morris <rgm@gnu.org>
13852
13853 * emacs-lisp/byte-run.el (declare-function): New macro.
13854 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
13855 New function, byte-hunk-handler for declare-function.
13856 (byte-compile-callargs-warn): Handle declared functions.
13857
13858 * emacs-lisp/check-declare.el: New file.
13859 * Makefile.in (check-declare): New target.
13860
13861 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
13862
13863 * subr.el (process-lines): Move here from ../admin/admin.el.
13864 * emacs-lisp/authors.el (authors-process-lines): Remove.
13865 (authors): Use process-lines rather than authors-process-lines.
13866
13867 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
13868 Remove these files.
13869
13870 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * emacs-lisp/backquote.el (backquote):
13873 Improve argument/docstring consistency.
13874
13875 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
13876 (ring-length, ring-empty-p): Use c[ad]dr.
13877 (ring-plus1): Use `1+'.
13878 (ring-minus1): Use `zerop'.
13879 (ring-remove): Use c[ad]dr. Use `when'.
13880 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
13881 (ring-ref): Use `let', not `let*'.
13882 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
13883 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
13884 (ring-member): Simplify. Doc fix.
13885 (ring-convert-sequence-to-ring): Simplify.
13886
13887 2007-11-17 Juri Linkov <juri@jurta.org>
13888
13889 * dired-aux.el (dired-create-directory): Allow creating
13890 a directory of an arbitrary depth. Add a loop to find the topmost
13891 nonexistent parent dir `new', and call `dired-add-file' on it.
13892 Set the `PARENTS' arg of `make-directory' to t.
13893
13894 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13895
13896 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
13897 (math-build-parse-table): Get parse information from math-parse-table.
13898
13899 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13900
13901 * window.el (recenter-last-op): New var.
13902 (recenter-top-bottom): New command.
13903 (global-map): Bind it to C-l.
13904
13905 * abbrev.el (abbrev--write): Fix error in transcription from C.
13906
13907 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
13908 (pc-select-ensure-mark): Set mark-active to a special value instead.
13909 Rename from ensure-mark. Update call callers.
13910 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
13911 Rewrite. Update all callers.
13912 (pc-selection-mode): Remove redundant var declaration.
13913
13914 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
13915
13916 * doc-view.el (doc-view-search-backward, doc-view-search):
13917 Fix assignment to free variable bug.
13918
13919 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
13920
13921 * emulation/pc-select.el (pc-select-shifted-mark): New var.
13922 (ensure-mark): Set it.
13923 (maybe-deactivate-mark): New fun.
13924 Use it everywhere instead of (setq mark-active nil).
13925
13926 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13927
13928 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
13929 Add check for XEmacs.
13930
13931 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
13932
13933 * doc-view.el (doc-view-resolution): Add missing :group.
13934
13935 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
13936
13937 * subr.el (make-variable-frame-local):
13938 Fix typo in obsolescence declaration.
13939
13940 2007-11-16 Werner Lemberg <wl@gnu.org>
13941
13942 * files.el (set-auto-mode-1): Check second line for -*- if file
13943 starts with '\" (which is used by man pages to identify needed
13944 troff preprocessors).
13945
13946 2007-11-16 Glenn Morris <rgm@gnu.org>
13947
13948 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
13949
13950 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
13951
13952 * calc/calc-lang.el (math-oper-table): Fix typo.
13953 Reduce precedence of "/" for TeX.
13954
13955 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
13956
13957 2007-11-16 Juri Linkov <juri@jurta.org>
13958
13959 * dired-aux.el (dired-read-shell-command-default): New function.
13960 (dired-read-shell-command): Use its return value for DEFAULT arg.
13961
13962 * replace.el (keep-lines-read-args, occur-read-primary-args):
13963 Use a list of default values for DEFAULT arg of read-from-minibuffer.
13964
13965 * man.el (Man-heading-regexp): Add 0-9.
13966 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
13967
13968 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
13971 (doc-view-resolution): New custom var.
13972 (doc-view-pdf/ps->png): Use it.
13973 (doc-view-shrink-factor): New var.
13974 (doc-view-enlarge, doc-view-shrink): New commands.
13975 (doc-view-mode-map): Use them.
13976
13977 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13978
13979 * ediff-wind.el (ediff-window-setup-function):
13980 * simple.el (normal-erase-is-backspace):
13981 * eshell/em-unix.el (eshell/info):
13982 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13983 Fix typos in docstrings.
13984
13985 * emulation/cua-base.el (cua--keymaps-initialized):
13986 Rename from `cua--keymaps-initalized'. Callers changed.
13987 (cua-highlight-region-shift-only): Doc fix.
13988 (cua-paste-pop): Fix typo in docstring.
13989
13990 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * emulation/cua-base.el (cua--pre-command-handler-1):
13993 Use input-decode-map instead of function-key-map.
13994 Use event-modifiers now that it works reliably.
13995
13996 * vc.el (vc-diff-internal): Pop-to-buffer later.
13997
13998 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
13999
14000 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
14001 did not touch them.
14002
14003 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
14004
14005 * calc/calc-menu.el: New file.
14006 * calc/calc.el (calc-mode): Require calc-menu.
14007
14008 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
14009
14010 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
14011
14012 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
14013
14014 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
14015 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
14016 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
14017 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
14018 locations.
14019 (gdb-info-breakpoints-custom, gdb-assembler-custom)
14020 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
14021 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
14022
14023 2007-11-13 Noah Friedman <friedman@splode.com>
14024
14025 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
14026 bindings to remap when `calc-scan-for-dels' is non-nil.
14027
14028 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14029
14030 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
14031 constant forms.
14032 (byte-compile-nilconstp): New function.
14033 (byte-optimize-cond): Kill subsequent branches when a branch is
14034 know to be taken or not taken.
14035 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
14036
14037 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
14038
14039 * vc.el (vc-register): Allow registering a file passed as a
14040 parameter instead of just the current buffer.
14041
14042 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
14043
14044 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
14045 Check whether the output of "uname -sr" has been changed.
14046
14047 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14048
14049 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
14050 patterns from compilation-perl.el and compilation-weblint.el files.
14051
14052 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
14053
14054 * progmodes/compilation-perl.el:
14055 * progmodes/compilation-weblint.el: Disable autoloads, they cause
14056 a bootstrap failure.
14057
14058 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
14059 instead of doing "cvs diff" in order to avoid accessing the repository.
14060
14061 2007-11-12 Kevin Ryde <user42@zip.com.au>
14062
14063 * progmodes/compilation-perl.el:
14064 * progmodes/compilation-weblint.el: New files.
14065
14066 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
14067
14068 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
14069 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
14070 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
14071 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
14072 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
14073 Rewrite in active voice.
14074
14075 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
14076
14077 * doc-view.el: Add comments about isearch support.
14078
14079 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
14080
14081 * vc.el (vc-start-entry): Fix setting the in the case the function
14082 is called from vc-dired. Use when instead of if where appropriate.
14083
14084 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14085
14086 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
14087 to be a list.
14088 (ps-begin-job): Error if ps-lpr-switches is not a list.
14089
14090 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14091
14092 * faces.el (face-normalize-spec): Remove function.
14093 (frame-set-background-mode): Undo last change.
14094
14095 2007-11-10 Jason Rumney <jasonr@gnu.org>
14096
14097 * w32-fns.el: Sync charset names with setup-default-fontset.
14098 Append "-1" where second part missing.
14099
14100 2007-11-10 Juri Linkov <juri@jurta.org>
14101
14102 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
14103 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
14104
14105 * custom.el (custom-note-var-changed): Remove the `interactive'
14106 spec from this new non-interactive function.
14107
14108 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
14109
14110 * doc-view.el (doc-view-mode-map, doc-view-menu)
14111 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
14112 (doc-view-search-backward): New function.
14113 (doc-view-search): Query new regexp if prefix arg is given, else
14114 jump to next/previous match.
14115 (doc-view-mode): Handle compressed files.
14116 (jka-compr): Required for compressed files.
14117
14118 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
14119
14120 * replace.el (query-replace-show-replacement): New defcustom.
14121 (perform-replace): Use `match-substitute-replacement' if
14122 `query-replace-show-replacement' is non-nil.
14123
14124 2007-11-10 David Kastrup <dak@gnu.org>
14125
14126 * subr.el (match-substitute-replacement): New function.
14127
14128 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
14129
14130 * files.el (auto-mode-alist): Select org-mode for files with the
14131 extension ".org".
14132
14133 2007-11-10 Martin Rudalics <rudalics@gmx.at>
14134
14135 * help.el (help-window, help-window-point-marker): New variables.
14136 (help-window-select): New option.
14137 (with-help-window): New macro for displaying help windows.
14138 (help-window-display-message, help-window-setup-finish)
14139 (help-window-setup): New functions used for setting up help windows.
14140 (print-help-return-message): Reset help-window to nil.
14141 (view-lossage): Use with-help-window instead of
14142 with-output-to-temp-buffer and move help-window-point-marker after
14143 inserted text.
14144 (describe-bindings, describe-key, describe-mode): Use
14145 with-help-window instead of with-output-to-temp-buffer.
14146
14147 * help-mode.el (help-mode): Set view-exit-action to bury the
14148 buffer instead of fiddling with windows. Simplify code.
14149 (help-mode-finish): When help-window eqs t set it to the selected
14150 window and have with-help-window set up view-return-to-alist.
14151 (help-buffer): Add autoload cookie.
14152
14153 * view.el (view-remove-frame-by-deleting): Change default value to t.
14154 Add autoload cookie.
14155 (view-exit-action, view-file, view-file-other-window)
14156 (view-file-other-frame, view-buffer, view-buffer-other-window)
14157 (view-buffer-other-frame): Rewrite doc strings.
14158 (view-return-to-alist-update): New function to remove stale entries
14159 from view-return-to-alist.
14160 (view-mode-enter): Rewrite doc string and simplify code.
14161 (view-mode-exit): Handle new case 'keep-frame. Don't reset
14162 view-exit-action to nil. Simplify code and rewrite doc string.
14163
14164 * apropos.el (apropos-describe-plist):
14165 * descr-text.el (describe-char):
14166 * disp-table.el (describe-display-table):
14167 * faces.el (list-faces-display, describe-face):
14168 * facemenu.el (list-colors-display):
14169 * help-fns.el (describe-function, describe-variable)
14170 (describe-syntax, describe-categories):
14171 Use with-help-window instead of with-output-to-temp-buffer.
14172
14173 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
14174
14175 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
14176 Optimize (featurep 'emacs) to t.
14177
14178 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
14179 New function.
14180 (byte-compile-maybe-guarded): Use it to also look for bound
14181 symbols inside `and' forms. Comment out non-working code that was
14182 trying to avoid warnings for XEmacs code.
14183
14184 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
14185
14186 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
14187 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
14188 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
14189 (vc-cvs-annotate-command):
14190 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
14191 is bound, it always is.
14192
14193 2007-11-10 Jason Rumney <jasonr@gnu.org>
14194
14195 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
14196 setup here from global scope.
14197
14198 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
14199
14200 * ido.el (ido-save-history): Save the history file in UTF-8, not
14201 the current filename coding system.
14202
14203 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * simple.el (interprogram-cut-function, interprogram-paste-function):
14206 Don't make them frame-local any more.
14207
14208 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
14209 Don't set interprogram-(cut|paste)-function on each frame.
14210
14211 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
14212 Make them work in tty frames.
14213 (interprogram-cut-function, interprogram-paste-function):
14214 Set them globally.
14215
14216 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14217
14218 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
14219 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
14220 (iso-iso2duden-trans-tab): Add docstring.
14221
14222 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * abbrev.el (define-abbrev-table): Record the variable definition.
14225
14226 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
14227 New function.
14228
14229 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14230
14231 * ps-print.el: Clean the code for checking suitable Emacs version.
14232 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
14233 (ps-print-version): New version 6.8.1.
14234
14235 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14236
14237 * files.el (enable-local-variables): Doc fix.
14238
14239 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14240
14241 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
14242
14243 2007-11-09 Sven Joachim <svenjoac@gmx.de>
14244
14245 * dired-aux.el (dired-copy-file-recursive):
14246 Preserve directory permissions.
14247
14248 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
14251 (whitespace-unload-function): New-style unload function. When run,
14252 unintern `whitespace-unload-hook' and call `unload-feature' recursively
14253 to stop the old hook from messing with the unloading.
14254
14255 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14256
14257 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
14258 (elp-unset-master, elp-results): Fix typos.
14259 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
14260 Doc fixes.
14261
14262 * msb.el (msb--many-menus): Remove variable.
14263 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
14264 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
14265 (msb--toggle-menu-type): Fix typos in docstrings.
14266
14267 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
14268 (shadow-insert-var): Doc fixes.
14269 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
14270 Reflow docstrings.
14271 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
14272
14273 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14274
14275 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
14276 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
14277 Fix typos in autoload docstrings.
14278
14279 2007-11-09 Richard Stallman <rms@gnu.org>
14280
14281 * savehist.el (savehist-save): Obey savehist-ignored-variables.
14282
14283 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
14284
14285 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
14286 (gdb-var-update-handler-1): Use it.
14287
14288 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14289
14290 * loadhist.el (unload-feature): Remove erroneous check for the
14291 FEATURE-unload-function variable; check the existence of the
14292 function (that's what the docstring says, and it makes more sense).
14293
14294 * follow.el (follow-unload-function): Add docstring.
14295 (follow-unload-function): Remove variable.
14296
14297 * server.el (server-unload-function): Remove variable.
14298 (server-unload-function): Unbind `server-edit' from `C-x #'.
14299
14300 * ses.el (ses-unload-function): New function.
14301
14302 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
14303
14304 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
14305 (unsafep-progn, unsafep-let): Fix typos in docstrings.
14306
14307 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
14308 before use to avoid a warning in packages that require uniquify.
14309 (uniquify-unload-function): New function and var.
14310
14311 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
14312
14313 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
14314 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
14315 (ediff-current-diff-A, ediff-current-diff-B)
14316 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
14317 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
14318 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
14319 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
14320 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
14321 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
14322 (ediff-setup-windows-plain-merge)
14323 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
14324 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
14325 * ediff-util.el (ediff-setup-keymap, )
14326 (ediff-toggle-wide-display, ediff-toggle-multiframe)
14327 (ediff-toggle-use-toolbar, ediff-really-quit)
14328 (ediff-good-frame-under-mouse)
14329 (ediff-highlight-diff-in-one-buffer)
14330 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
14331 (ediff-make-bullet-proof-overlay):
14332 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
14333 (ediff-set-meta-overlay):
14334 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
14335 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
14336 ediff-emacs-p with their former definitions.
14337
14338 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
14339 (viper-has-face-support-p, viper-inactivate-input-method)
14340 (viper-activate-input-method)
14341 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
14342 * emulation/viper-mous.el (viper-multiclick-timeout)
14343 (viper-surrounding-word, viper-mouse-click-insert-word)
14344 (viper-mouse-click-search-word, viper-parse-mouse-key):
14345 * emulation/viper-macs.el (viper-char-array-to-macro):
14346 * emulation/viper.el (viper-go-away, viper-set-hooks)
14347 (viper-non-hook-settings):
14348 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
14349 (viper-get-saved-cursor-color-in-insert-mode)
14350 (viper-get-saved-cursor-color-in-emacs-mode)
14351 (viper-check-version, viper-get-visible-buffer-window)
14352 (viper-file-checked-in-p, viper-set-replace-overlay)
14353 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
14354 (viper-check-minibuffer-overlay, viper-read-key-sequence)
14355 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
14356 with their former definitions.
14357 (viper-eventify-list-xemacs): Only do work for XEmacs.
14358 (viper-set-unread-command-events): Only do work for Emacs.
14359 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
14360 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
14361 (viper-overlay-get, viper-overlay-put, viper-read-event)
14362 (viper-characterp, viper-int-to-char, viper-get-face)
14363 (viper-color-defined-p, viper-iconify): New defaliases replacing
14364 the old fsets.
14365
14366 * progmodes/fortran.el (comment-region-function)
14367 (uncomment-region-function): Pacify byte compiler.
14368
14369 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
14370
14371 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
14372
14373 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
14374 `process-environment'.
14375
14376 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
14377
14378 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
14379 match dir like "a...b".
14380
14381 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14382
14383 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
14384
14385 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
14386
14387 * net/tramp.el (tramp-handle-substitute-in-file-name):
14388 Don't expand the remote connection identification.
14389 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14390 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
14391 before calling stty.
14392
14393 * net/tramp-cache.el (tramp-cache-print)
14394 (tramp-dump-connection-properties): Fix docstring.
14395 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
14396
14397 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
14398
14399 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
14400 remote connection identification when setting connection property.
14401
14402 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
14403 "//" substitutes only in the local filename part.
14404
14405 2007-11-07 David Hansen <david.hansen@gmx.net>
14406
14407 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
14408
14409 2007-11-07 Glenn Morris <rgm@gnu.org>
14410
14411 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
14412 Remove superfluous concats. Move final set-buffer to
14413 non-emacs-specific code.
14414
14415 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
14416
14417 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
14418
14419 2007-11-07 Johan Bockgård <bojohan@gnu.org>
14420
14421 * eshell/esh-mode.el (eshell-output-filter):
14422 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
14423 Use `with-current-buffer'.
14424
14425 2007-11-07 Andreas Schwab <schwab@suse.de>
14426
14427 * server.el (server-start): Only register cleanup after server was
14428 started.
14429
14430 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
14431
14432 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
14433
14434 * net/tramp-cache.el (tramp-cache-print): Move down.
14435 (tramp-cache-list-connections): New defun.
14436
14437 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
14438
14439 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
14440
14441 * ido.el (ido-save-history): Write the history file in the current
14442 filename coding system, and add `coding' file-local variable.
14443
14444 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
14445
14446 * textmodes/org.el (org-table-formula-substitute-names):
14447 Remove forgotten temporary debugging code.
14448
14449 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
14450
14451 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
14452 the prompt.
14453
14454 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
14455
14456 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
14457
14458 2007-11-05 Simon Josefsson <simon@josefsson.org>
14459
14460 * net/tls.el (tls-end-of-info): Doc fix.
14461
14462 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
14463
14464 * international/utf-7.el (utf-7-imap): New coding system.
14465 (utf-7-imap-post-read-conversion): New function.
14466 (utf-7-imap-pre-write-conversion): New function.
14467
14468 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * abbrev.el (abbrev--write): Fix up typo.
14471
14472 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
14473
14474 * abbrev.el (define-abbrev-table): Doc fix.
14475
14476 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
14477
14478 * info.el (Info-revert-buffer-function): New func.
14479 (Info-mode): Arrange to use it for reverting.
14480 (Info-copy-current-node-name): Add space between filename and nodename.
14481
14482 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14483
14484 * abbrev.el (expand-abbrev): Move point back to expansion's end.
14485
14486 2007-11-04 Glenn Morris <rgm@gnu.org>
14487
14488 * net/tls.el: Don't require rx when compiling.
14489 (tls-end-of-info): Rewrite without using rx.
14490 (open-tls-stream): Use with-current-buffer.
14491
14492 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
14493
14494 * net/tls.el: Require rx when compiling.
14495 (tls-end-of-info): New variable.
14496 (open-tls-stream): Keep reading input until `tls-end-of-info' is
14497 matched.
14498
14499 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
14500
14501 * register.el (append-to-register, prepend-to-register):
14502 Don't signal error on empty register; use the text, instead.
14503
14504 2007-11-03 Michael Olson <mwolson@gnu.org>
14505
14506 * textmodes/remember.el (remember-buffer):
14507 Use define-obsolete-function-alias rather than defalias.
14508
14509 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
14510
14511 * simple.el (bad-packages-alist): Anchor semantic regexp.
14512
14513 2007-11-03 Glenn Morris <rgm@gnu.org>
14514
14515 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
14516 if defined, for blank lines. Doc fix.
14517
14518 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
14519 (fortran-mode): Set values for comment-region-function,
14520 uncomment-region-function and comment-insert-comment-function.
14521 (fortran-uncomment-region): New function.
14522
14523 * textmodes/nroff-mode.el (nroff-mode):
14524 Set comment-insert-comment-function rather than indent-line-function.
14525 (nroff-indent-line-function): Remove.
14526 (nroff-insert-comment-function): New function.
14527
14528 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14529
14530 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
14531
14532 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
14533
14534 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
14535
14536 * emulation/viper-cmd.el (viper-prev-destructive-command)
14537 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
14538 copy-sequence.
14539
14540 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
14541 Got rid of ediff-copy-list.
14542
14543 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
14544 use face-name.
14545 (ediff-test-utility, ediff-diff-mandatory-option)
14546 (ediff-reset-diff-options): Remove to simplify the mandatory option
14547 handling on Windows.
14548 (ediff-set-diff-options): Add.
14549 (ediff-diff-options): Set "--binary" option as default in some cases.
14550
14551 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
14552 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
14553 ediff-vc-working-revision. Require vc-hooks.
14554
14555 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
14556
14557 * files.el (hack-local-variables): Fix membership tests to avoid
14558 treating all variables as safe if `enable-local-variables' is
14559 set to :safe (CVE-2007-5795).
14560
14561 2007-11-02 Glenn Morris <rgm@gnu.org>
14562
14563 * newcomment.el (comment-indent): Let comment-insert-comment-function,
14564 if defined, do all the work of inserting a new comment.
14565
14566 * progmodes/etags.el (tags-table-mode): Disable undo.
14567
14568 * simple.el (bad-packages-alist): Revert previous change.
14569
14570 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
14571
14572 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
14573
14574 * obsolete/lselect.el: Do not warn about unknown functions.
14575
14576 2007-11-02 Michael Olson <mwolson@gnu.org>
14577
14578 * textmodes/remember.el (remember-buffer): Make this an alias of
14579 remember-finalize, because Org uses it.
14580
14581 2007-11-01 Michael Olson <mwolson@gnu.org>
14582
14583 * textmodes/remember.el: Improve documentation in heading.
14584 (remember-before-remember-hook): Turn into a customizable option.
14585 (remember): Document INITIAL argument.
14586 (remember-region): Remove autoload cookie. Improve docstring to
14587 mention that it is called from the *Remember* buffer, and does not
14588 have any functional overlap with the `remember' function.
14589 (remember-finalize): Remove autoload cookie. Rename from
14590 remember-buffer to emphasize that this does not have any
14591 functional overlap with the `remember' function.
14592 (remember-destroy): Remove autoload cookie.
14593 (remember-mode-map): Define and initialize in one step.
14594 (remember-mode): Improve docstring.
14595 (remember-annotation-functions): Default to just '(buffer-file-name),
14596 and don't try to take the default value from Planner.
14597
14598 2007-11-01 Glenn Morris <rgm@gnu.org>
14599
14600 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
14601
14602 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
14603
14604 * emacs-lisp/authors.el (authors-scan-change-log)
14605 (authors-scan-el): Don't enable local eval; enable only safe local
14606 variables, without querying.
14607
14608 * mail/footnote.el (footnote-numeric-regexp)
14609 (footnote-english-upper-regexp, footnote-english-lower-regexp)
14610 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
14611 Match multi-character footnotes.
14612
14613 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
14614 (nroff-indent-line-function): New function.
14615 (nroff-count-text-lines): Use nroff-forward-text-line rather than
14616 obsolete alias.
14617
14618 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
14619
14620 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
14621 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
14622 (rcirc-print): Only update the line count when not marking the
14623 line as omittable.
14624 (rcirc-log-write): Specify coding system when writing logfile.
14625 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
14626
14627 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
14628
14629 * printing.el (printing): Fix :version, printing.el was included
14630 for in emacs-22.1.
14631 (pr-path-style, pr-path-alist, pr-txt-name)
14632 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
14633 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
14634 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
14635 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
14636 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
14637 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
14638 (pr-setting-database, pr-visible-entry-list)
14639 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
14640 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
14641
14642 * ediff-util.el (ediff-nuke-selective-display): Move definition to
14643 top level, make it dependent on the emacs flavor.
14644
14645 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
14646 Test for XEmacs not for itimer.
14647
14648 * term/sun-mouse.el:
14649 * obsolete/sun-fns.el:
14650 * obsolete/sun-curs.el: Remove files.
14651
14652 * term/sun.el (select-previous-complex-command): Remove obsolete code.
14653
14654 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
14655
14656 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
14657 was given to concat.
14658
14659 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14660
14661 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
14662 used normally for goto-line. Change `g' to revert the buffer.
14663 Add redundant `r' binding for buffer-revert.
14664
14665 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
14666 (mail-abbrevs-setup): Use abbrev-expand-functions.
14667 (build-mail-abbrevs): Use with-temp-buffer.
14668 (define-mail-abbrev): Simplify.
14669 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
14670 Change it for use on abbrev-expand-functions.
14671 (mail-abbrev-complete-alias): Use with-syntax-table.
14672
14673 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
14674
14675 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
14676 directly. Fix bug in deleting temp file.
14677
14678 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
14681 Merge defvar and define-abbrev-table.
14682 (def-python-skeleton): Use :case-fixed and :enable-function.
14683 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
14684 Remove.
14685 (python-mode): Don't modify pre-abbrev-expand-hook.
14686
14687 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14688
14689 * ediff-util.el (ediff-file-checked-out-p)
14690 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
14691
14692 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14693
14694 * abbrev.el (abbrev-symbol): Correct let->let*.
14695 (abbrev--before-point): Only use abbrev-start-location if before point.
14696
14697 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14698
14699 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
14700 (strokes-unload-hook): Remove function and variable.
14701 (strokes-unload-function): New-style unload function, adapted
14702 from `strokes-unload-hook'.
14703
14704 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
14705 (cl-unload-hook): Remove variable.
14706 (cl-unload-function): New-style unload function, adapted
14707 from `cl-cannot-unload'.
14708
14709 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
14710 (elp-unload-function): New-style unload function, adapted
14711 from `elp-unload-hook'.
14712
14713 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
14714
14715 * emacs-lisp/find-func.el (find-library): Use library at
14716 point as default interactive argument.
14717
14718 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14719
14720 * shadowfile.el (shadow-join): Remove.
14721 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
14722 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
14723 (shadowfile-unload-hook): Remove function and variable.
14724 (shadowfile-unload-function): New-style unload function, adapted
14725 from `shadowfile-unload-hook'.
14726
14727 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14728
14729 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
14730 only if it is bound.
14731
14732 * textmodes/reftex.el: Move autoloads for before all uses.
14733 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
14734 (reftex-delete-overlay): Move to the top level with the condition
14735 in the body.
14736
14737 * progmodes/simula.el: Use when instead of if.
14738
14739 * iimage.el (iimage-locate-file): Define unconditionally.
14740
14741 * mail/mailabbrev.el (mail-abbrev-next-line):
14742 * emulation/vip.el (vip-enlarge-region, vip-line)
14743 (vip-next-line-at-bol, vip-previous-line)
14744 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
14745 Wrap with-no-warnings around uses of next-line and previous-line.
14746
14747 * ediff.el (run-ediff-from-cvs-buffer):
14748 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
14749 Remove function not used by pcl-cvs anymore.
14750 (noninteractive, generic-sc-get-latest-rev)
14751 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
14752 Delete support for long obsolete generic-sc.el.
14753
14754 2007-10-31 Glenn Morris <rgm@gnu.org>
14755
14756 * cvs-status.el: No longer require pcvs when compiling.
14757
14758 * doc-view.el (doc-view-conversion-refresh-interval)
14759 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14760 (doc-view-reset-slice): Doc fixes.
14761 (doc-view-menu): Remove deleted function doc-view-edit-doc.
14762
14763 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
14764
14765 * help-at-pt.el (help-at-pt-unload-hook): Remove.
14766 Timers are automatically canceled by `unload-feature'.
14767
14768 * delsel.el (delsel-unload-hook): Remove function and variable.
14769 (delsel-unload-function): New-style unload function, adapted
14770 from `delsel-unload-hook'.
14771
14772 * msb.el (msb-unload-hook): Remove function and variable.
14773 (msb-unload-function): New-style unload function, adapted from
14774 `msb-unload-hook'.
14775
14776 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
14777
14778 * desktop.el (uniquify-managed): Pacify byte compiler.
14779 (desktop-buffer-info): If the buffer name is managed by uniquify,
14780 save the base name, not the uniquified one.
14781 (desktop-create-buffer): Allow `rename-buffer' to generate a new
14782 name in case of conflict.
14783
14784 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * doc-view.el: Use expand-file-name rather than concat.
14787 (doc-view-cache-directory): Add the UID so multiple users won't clash.
14788 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
14789 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
14790 (doc-view-toggle-display): Use an overlay over the whole buffer so as
14791 not to have to touch the buffer's content.
14792 (doc-view-initiate-display): New function, extracted from doc-view-mode.
14793 (doc-view-mode): Use it. Don't mark as a special mode.
14794 Put the page numbers in the modeline.
14795 Set up the overlay. Hide the cursor. Run the mode hook.
14796 Use after-revert-hook rather than revert-buffer-function.
14797 (doc-view-search-internal): Fix typo.
14798 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
14799 image-cache flush.
14800 (doc-view-reconvert-doc): Don't reset the whole mode.
14801 (doc-view-make-safe-dir): New function.
14802 (doc-view-current-cache-dir): Use it.
14803
14804 2007-10-30 Jason Rumney <jasonr@gnu.org>
14805
14806 * time.el (display-time-world-list): Test for zoneinfo support.
14807
14808 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
14809
14810 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
14811
14812 * net/tramp-cache.el (tramp-flush-file-function): Check also
14813 `default-directory' if `buffer-file-name' does not return a
14814 string. Added to `eshell-pre-command-hook'.
14815
14816 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * doc-view.el (doc-view-current-doc): Remove.
14819 Replace all uses by buffer-file-name.
14820 (doc-view-menu): New menu.
14821 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
14822 unused var `doc'.
14823 (doc-view-sort): Simplify.
14824 (doc-view-buffer-message): Don't change buffer-modified-p.
14825 (doc-view-mode): Change it here instead.
14826 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
14827 Don't modify the global value of revert-buffer-function.
14828
14829 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
14830 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
14831 (image-toggle-display): Take overlays into account and don't assume
14832 point-min==1.
14833
14834 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
14835
14836 * vc.el (vc-annotate): Fix omission bug:
14837 Specify value for vc-sentinel-movepoint.
14838
14839 2007-10-30 Michael Olson <mwolson@gnu.org>
14840
14841 * textmodes/remember.el (remember-mode-hook)
14842 (remember-handler-functions, remember-annotation-functions):
14843 Add additional items as options, including some Org functions.
14844
14845 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
14846
14847 * doc-view.el: Remove cl-dependency.
14848 (doc-view-buffer-message): Mention new binding K.
14849 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
14850 instead of variable.
14851 (doc-view-current-cache-dir): Better cache dir naming.
14852 (doc-view-current-display): Remove variable.
14853 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
14854 (doc-view-kill-proc): Set converter process to nil.
14855 (doc-view-minor-mode): New minor mode.
14856 (doc-view-minor-mode-map): New keymap.
14857 (doc-view-mode): Remove text/image switching code. Use plain defun.
14858 (doc-view-mode-map): New binding K kills converter process.
14859 Remove C-c C-e binding.
14860 (doc-view-mode-text-map): Remove keymap.
14861 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
14862 d-v-display-maybe.
14863 (doc-view-previous-major-mode): New variable.
14864 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
14865 (doc-view-remove-if): New function.
14866 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
14867 (doc-view-toggle-display): Toggle modes instead of display styles.
14868 (doc-view-reconvert-doc): Adapt to new way of doing things.
14869
14870 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
14871
14872 2007-10-30 Glenn Morris <rgm@gnu.org>
14873
14874 * dirtrack.el (dirtrack-mode): Doc fix.
14875
14876 * shell.el (shell-dirtrack-verbose, shell-mode)
14877 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
14878
14879 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
14880 (byte-compile-enable-warning): Doc fix.
14881
14882 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
14883 suppress byte-opt warning.
14884
14885 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
14886
14887 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
14888 (edt-gnu-emacs19-p): Remove.
14889 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
14890 (edt-xserver, edt-page-backward, edt-beginning-of-line)
14891 (edt-end-of-line-forward, edt-end-of-line-backward)
14892 (edt-one-word-forward, edt-one-word-backward, edt-character)
14893 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
14894 (edt-find-forward, edt-find-backward, edt-find-next-forward)
14895 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
14896 (edt-define-key, edt-bottom-check, edt-sentence-forward)
14897 (edt-sentence-backward, edt-paragraph-forward)
14898 (edt-paragraph-backward, edt-restore-key, edt-window-top)
14899 (edt-window-bottom, edt-scroll-window-forward-line)
14900 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14901 (edt-line-to-top-of-window, edt-paragraph-backward)
14902 (edt-restore-key, edt-window-top, edt-window-bottom)
14903 (edt-scroll-window-forward-line)
14904 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
14905 (edt-line-to-middle-of-window, edt-goto-percentage)
14906 (edt-display-the-time, edt-remember, edt-split-window)
14907 (edt-emulation-on, edt-emulation-off)
14908 (edt-default-emulation-setup, edt-user-emulation-setup)
14909 (edt-select-default-global-map, edt-select-user-global-map):
14910 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
14911 tests.
14912
14913 * textmodes/reftex-index.el (reftex-index-selection-or-word):
14914 Use feature test instead of boundp test so it can be resolved at
14915 compile time.
14916
14917 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
14918
14919 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14920
14921 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
14922 Update all users.
14923 (abbrev-get, abbrev-put): Simplify.
14924 (define-abbrev): Don't store the `force' value in the :system property.
14925 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
14926
14927 2007-10-30 Michael Olson <mwolson@gnu.org>
14928
14929 * desktop.el (desktop-minor-mode-table): Add line for ERC.
14930
14931 * textmodes/remember.el: New file that implements a mode for
14932 quickly jotting down things to remember.
14933
14934 * textmodes/remember-diary.el: A backend for remember.el that
14935 implements saving notes to a Diary file.
14936
14937 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14938
14939 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
14940 Relocate in file.
14941 (allout-doublecheck-at-and-shallower): Increase to include
14942 slightly greater depths, since yank interaction is now ok.
14943 Also, elaborate the docstring to explain the situation.
14944 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
14945 instead of concat, so we accommodate key sequences expressed as
14946 vectors as well as strings and lists.
14947 (allout-flag-region, allout-hide-by-annotation): Make the
14948 hidden-text overlays 'front-advance.
14949 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
14950 (allout-aberrant-container-p, allout-on-current-heading-p)
14951 (allout-e-o-prefix-p, allout-next-heading)
14952 (allout-previous-heading, allout-goto-prefix)
14953 (allout-end-of-prefix, allout-next-sibling-leap)
14954 (allout-next-visible-heading, allout-auto-fill)
14955 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
14956 (allout-yank-processing, allout-resolve-xref)
14957 (allout-current-topic-collapsed-p, allout-hide-region-body)
14958 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
14959 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
14960 (count-trailing-whitespace-region): Preserve match data, so allout
14961 outline navigation doesn't disrupt other Emacs operations.
14962 (allout-beginning-of-line): Retreat to the beginning of the hidden
14963 text, so fields are respected (for submodes that care).
14964 (allout-end-of-line): Preserve mark activation status when jumping.
14965 (allout-open-topic): Account for opening after a child that
14966 contains a hidden trailing newline. Preserve match data.
14967 Run allout-structure-added-hook
14968 (allout-encrypt-decrypted): Preserve match data.
14969 (allout-toggle-current-subtree-exposure): Add new interactive
14970 function for toggle subtree exposure - suggested by tassilo.
14971 (move-beginning-of-line, move-end-of-line): Don't use
14972 line-move-invisible-p, it's obsolete - substitute the code, instead.
14973
14974 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
14975
14976 * textmodes/flyspell.el (message-signature-separator):
14977 * longlines.el (message-indent-citation-function): Pacify byte
14978 compiler.
14979
14980 * emacs-lisp/cl-loaddefs.el:
14981 * ldefs-boot.el: Regenerate.
14982
14983 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14984 (.el.elc, compile, compile-always, compile-calc)
14985 ($(lisp)/progmodes/cc-mode.elc): Use it.
14986
14987 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
14988 Only do work for XEmacs.
14989 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
14990 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
14991 on XEmacs.
14992 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14993 (ps-x-color-name, ps-x-color-specifier-p)
14994 (ps-x-copy-coding-system, ps-x-device-class)
14995 (ps-x-extent-end-position, ps-x-extent-face)
14996 (ps-x-extent-priority, ps-x-extent-start-position)
14997 (ps-x-face-font-instance, ps-x-find-coding-system)
14998 (ps-x-font-instance-properties, ps-x-make-color-instance)
14999 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
15000 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
15001 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
15002 (ps-generate-postscript-with-faces): Delete defaliases.
15003 (ps-face-foreground-name, ps-face-background-name)
15004 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
15005 Move definitions to top level, make the body conditional on the Emacs
15006 flavor. Replace uses of deleted aliases and renamed functions.
15007 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
15008 of deleted aliases and renamed functions.
15009
15010 * calc/calc.el (calc-emacs-type-lucid): Remove.
15011 (calc-digit-map, calcDigit-start, calc-read-key)
15012 (calc-clear-unread-commands):
15013 * calc/calc-ext.el (calc-user-key-map): Replace uses of
15014 calc-emacs-type-lucid with (featurep 'xemacs)
15015
15016 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
15017 (featurep 'xemacs).
15018 (tpu-lucid-emacs19-p): Remove.
15019 (tpu-map-key): Make it a function instead of using fset. Inline
15020 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
15021 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
15022
15023 * ielm.el: Use featurep 'xemacs.
15024
15025 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
15026 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
15027 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
15028 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
15029 cperl-xemacs-p with (featurep 'xemacs).
15030 (font-lock-cache-position): Pacify byte compiler.
15031
15032 2007-10-29 Drew Adams <drew.adams@oracle.com>
15033
15034 * faces.el (read-color): New function.
15035 (face-at-point, foreground-color-at-point)
15036 (background-color-at-point): New functions.
15037
15038 2007-10-28 Richard Stallman <rms@gnu.org>
15039
15040 * net/browse-url.el (browse-url-text-xterm): Rename from
15041 browse-url-lynx-xterm and made generic.
15042 (browse-url-text-emacs): Likewise.
15043 (browse-url-text-browser): New variable.
15044 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
15045 (browse-url-text-input-field, browse-url-text-input-attempts)
15046 (browse-url-kde-program): Likewise.
15047
15048 2007-10-29 Glenn Morris <rgm@gnu.org>
15049
15050 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
15051 Use mapc rather than mapcar (reinstall change deleted without log
15052 entry 2007-10-22).
15053
15054 2007-10-29 Martin Rudalics <rudalics@gmx.at>
15055
15056 * wdired.el (wdired-next-line, wdired-previous-line):
15057 Use next-line and previous-line wrapped in with-no-warnings.
15058
15059 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
15060
15061 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
15062 (rcirc-recent-quit-alist): New function.
15063 (rcirc): Print a better message when there is only one connected server.
15064 (rcirc-complete-nick): Do not update the nick table here.
15065 (rcirc-mode-map): Add M-o.
15066 (rcirc-current-line): Add variable.
15067 (rcirc-mode): Setup variables for line based omit.
15068 (rcirc-edit-multiline): Strip text properties.
15069 (rcirc-omit-responses): Add NICK.
15070 (rcirc-omit-threshold): Add variable.
15071 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
15072 Add functions.
15073 (rcirc-print): Keep track of current line. Do not fill text if
15074 `rcirc-fill-flag' is null. Only omit text if the last activity
15075 from the sender is more than `rcirc-omit-threshold' lines ago.
15076 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
15077 numbers instead of time.
15078 (rcirc-channel-nicks): Sort by line numbers instead of time.
15079 (rcirc-omit-mode): Add `...' when omitting text and recenter.
15080 (rcirc-handler-JOIN): Restore the joiners linestamp.
15081 (rcirc-maybe-remember-nick-quit): Add function.
15082 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
15083
15084 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
15085
15086 * loadhist.el (unload-feature-special-hooks):
15087 Add `delete-frame-functions' and `suspend-tty-functions'.
15088
15089 * server.el (server-unload-function): Rename from `server-unload-hook'
15090 and adapt to new `unload-feature' functionality. Remove hook from
15091 `kill-buffer-hook' buffer-locally.
15092 (server-unload-hook): Remove.
15093 (server-unload-function): New var; replaces `server-unload-hook'.
15094
15095 2007-10-29 Glenn Morris <rgm@gnu.org>
15096
15097 * dirtrack.el (dirtrack-debug): Doc fix.
15098 (dirtrack-mode, dirtrack-debug-mode): New names for
15099 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
15100 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
15101 Make obsolete.
15102 (dirtrack-debug-message): Only print message if
15103 dirtrack-debug-mode is non-nil. Use with-current-buffer.
15104 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
15105 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
15106
15107 2007-10-28 Glenn Morris <rgm@gnu.org>
15108
15109 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
15110 (byte-compile-warnings-safe-p): Handle `not'.
15111 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
15112 (byte-compile-enable-warning): New functions.
15113 (byte-compile-eval-before-compile)
15114 (byte-compile-file-form-require): Use byte-compile-disable-warning.
15115 (byte-compile-close-variables): Locally bind byte-compile-warnings,
15116 but do not modify it.
15117 (byte-compile-eval, byte-compile-obsolete)
15118 (byte-compile-warn-about-unresolved-functions)
15119 (byte-compile-file-form-defvar)
15120 (byte-compile-file-form-custom-declare-variable)
15121 (byte-compile-file-form-require)
15122 (byte-compile-file-form-defmumble, byte-compile-lambda)
15123 (byte-compile-form, byte-compile-normal-call)
15124 (byte-compile-variable-ref, byte-compile-defvar)
15125 (byte-compile-make-variable-buffer-local):
15126 Use byte-compile-warning-enabled-p.
15127 * emacs-lisp/advice.el (ad-compile-function):
15128 Use byte-compile-disable-warning.
15129 * emacs-lisp/cl.el: Move local variables to end of file, and set
15130 byte-compile-warnings to `(not cl-functions)'.
15131 * emacs-lisp/cl-compat.el: Add a local variables section, and set
15132 byte-compile-warnings to `(not cl-functions)'.
15133 * emacs-lisp/cl-macs.el: Unify local variable section, and set
15134 byte-compile-warnings to `(not cl-functions)'.
15135 (cl-do-proclaim): Use byte-compile-disable-warning and
15136 byte-compile-enable-warning.
15137 * emacs-lisp/cl-seq.el: Unify local variable section, and set
15138 byte-compile-warnings to `(not cl-functions)'.
15139 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
15140 Use byte-compile-disable-warning.
15141
15142 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
15143
15144 * cus-edit.el (custom-browse-insert-prefix):
15145 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
15146
15147 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * server.el (server-process-filter): Fix typo in docstring.
15150 (server-log): Reflow docstrings.
15151 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
15152 (server-goto-line-column): Use `when'.
15153
15154 2007-10-28 Juri Linkov <juri@jurta.org>
15155
15156 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
15157 when mouse is clicked on the isearch message.
15158 (isearch-resume): Call `isearch-update' at the end.
15159 Rename argument `search' to `string' to conform to the
15160 isearch terminology.
15161
15162 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15163
15164 Rewrite abbrev.c in Elisp.
15165 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
15166 (abbrev-table-get, abbrev-table-put, abbrev-get)
15167 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
15168 (define-abbrev, abbrev--check-chars, define-global-abbrev)
15169 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
15170 (abbrev-expansion, abbrev--before-point, expand-abbrev)
15171 (unexpand-abbrev, abbrev--write, abbrev--describe)
15172 (insert-abbrev-table-description, define-abbrev-table):
15173 New funs, largely transcribed from abbrev.c.
15174 (abbrev-with-wrapper-hook): New macro.
15175 (abbrev-table-name-list, global-abbrev-table)
15176 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
15177 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
15178 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
15179 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
15180 New vars, largely transcribed from abbrev.c.
15181 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
15182 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
15183 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
15184
15185 2007-10-27 Glenn Morris <rgm@gnu.org>
15186
15187 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
15188 (shell-dirtrack-toggle): Mark as obsolete.
15189 (dirtrack-toggle, dirtrack-mode): No longer alias to
15190 shell-dirtrack-mode.
15191
15192 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
15193
15194 * calc/calc.el (math-standard-opers): Lower the precedence
15195 of negation.
15196 * calc/calc-lang.el (math-oper-table): Lower precedence of
15197 negation for C, TeX, and eqn.
15198
15199 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
15200
15201 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
15202
15203 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
15204
15205 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
15206 (desktop-not-loaded-hook): Fix :version tags.
15207
15208 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
15209
15210 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
15211 (tramp-get-remote-tmpdir): New defun.
15212 (tramp-make-tramp-temp-file): Use it.
15213 (tramp-local-call-process): New defun. Replace all calls of
15214 `call-process' by this when appropriate.
15215 (tramp-handle-write-region): Replace calls of `file-attributes' by
15216 `tramp-compat-file-attributes'.
15217 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15218 Make the first command a `tramp-send-command' call, with let-bind
15219 of `tramp-end-of-output'.
15220 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
15221 (tramp-load-report-modules, tramp-append-tramp-buffers):
15222 Move to tramp-cmds.el.
15223
15224 * net/tramp-fish.el (tramp-fish-handle-copy-file)
15225 (tramp-fish-do-copy-or-rename-file)
15226 (tramp-fish-do-copy-or-rename-file-directly):
15227 * net/tramp-smb.el (tramp-smb-handle-copy-file):
15228 Add parameter PRESERVE-UID-GID.
15229
15230 2007-10-27 Eli Zaretskii <eliz@gnu.org>
15231
15232 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
15233 New defcustoms.
15234 (display-time-world-list): Use them as appropriate for the current
15235 value of `system-type'.
15236
15237 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15238
15239 * emulation/pc-select.el (next-line-mark, next-line-nomark)
15240 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
15241 around uses of previous-line and next-line.
15242
15243 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
15244 New defvars.
15245
15246 * textmodes/css-mode.el (comment-continue):
15247 * net/browse-url.el (url-handler-regexp):
15248 * progmodes/idlw-help.el (idlwave-system-routines):
15249 Pacify byte-compiler.
15250
15251 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
15252 line-move-invisible-p with its former definition: invisible-p.
15253 line-move-invisible-p was removed on 2007-08-29.
15254
15255 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15256
15257 * files.el (kill-emacs-query-functions): Doc fix;
15258 `save-buffers-kill-emacs' is no longer bound to a key.
15259
15260 2007-10-26 Richard Stallman <rms@gnu.org>
15261
15262 * isearch-multi.el (isearch-buffers-multi): New option.
15263 (isearch-buffers-search-fun): Test it.
15264
15265 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
15266 Put ps-run-clear on C-c C-l.
15267
15268 * newcomment.el (comment-styles): New style indent-or-triple.
15269 (comment-style): Make that the default.
15270 (comment-add defvar): Doc fix.
15271 (comment-add): Delete arg EXTRA.
15272 (comment-region-default): Open code call to comment-add.
15273 Handle indent-or-triple style which uses `multi-char' for INDENT.
15274
15275 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
15276
15277 * eshell/em-unix.el (nil-blank-string): Doc fix.
15278
15279 2007-10-26 John Wiegley <johnw@newartisans.com>
15280
15281 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
15282 function, ensure that the third argument is turned into a nil if
15283 the string is otherwise completely empty (either no characters, or
15284 all tabs/spaces). This fixes a bug from a user who found himself
15285 unable to customize `diff-switches' and still use Eshell's diff
15286 command.
15287
15288 2007-10-26 Glenn Morris <rgm@gnu.org>
15289
15290 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
15291 safe-local-variable property.
15292
15293 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
15294
15295 * net/browse-url.el (browse-url-browser-function): Delete grail.
15296 (browse-url-grail): Function and variable deleted.
15297 (browse-url-browser-function): Delete IXI Mosaic.
15298 (browse-url-default-browser): Don't try IXI Mosaic.
15299 (browse-url-iximosaic): Function deleted.
15300 (browse-url-browser-function): Delete MMM.
15301 (browse-url-default-browser): Don't try MMM.
15302 (browse-url-mmm): Function deleted.
15303
15304 2007-10-26 Drew Adams <drew.adams@oracle.com>
15305
15306 * custom.el (custom-note-var-changed): New function.
15307
15308 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
15309
15310 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
15311 use with the definition. Remove.
15312
15313 * add-log.el (change-log-start-entry-re): New defconst.
15314 (change-log-sortable-date-at): Use it.
15315 (change-log-beginning-of-defun, change-log-end-of-defun):
15316 New functions.
15317 (change-log-mode): Use them for beginning-of-defun-function and
15318 end-of-defun-function.
15319
15320 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
15321
15322 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
15323 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
15324 (ses-recalculate-cell): Deal with point being just beyond end of
15325 data area (why does this happen?)
15326 (ses-set-curcell): Ditto.
15327 (ses-column-letter): Handle columns beyond 702. Code written by
15328 Gareth Rees.
15329
15330 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
15331
15332 * textmodes/org.el (org-agenda-get-restriction-and-command):
15333 Use `mapc' instead of `mapcar'.
15334 (org-agenda-list): Numeric prefix argument can specify the number
15335 of days.
15336 (remember-register, remember-buffer): Prevent byte compiler from
15337 complaining.
15338 (org-todo): Save and restore match data.
15339 (org-no-warnings): New macro.
15340 (org-columns-eval): Use `org-no-warnings'.
15341
15342 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
15343
15344 * comint.el (comint-password-prompt-regexp):
15345 Handle `[sudo] password'-style prompt.
15346
15347 2007-10-25 Glenn Morris <rgm@gnu.org>
15348
15349 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
15350 (defcustom): Doc fix.
15351
15352 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
15353 Add `non_intrinsic'.
15354 (f90-constants-re): Add ieee modules.
15355 (f90-typedef-matcher, f90-typedec-matcher)
15356 (f90-imenu-type-matcher): New functions.
15357 (f90-font-lock-keywords-1): Give module procedures function-name face.
15358 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
15359 Add `use, intrinsic'.
15360 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
15361 Move start of `enum' blocks to separate entry.
15362 (f90-start-block-re): Fix `type', `abstract interface'.
15363 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
15364 derived types.
15365 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
15366 `elemental', change `enumerator'.
15367 (f90-no-block-limit): Fix `abstract interface'.
15368
15369 * progmodes/f90.el (f90-indented-comment-re)
15370 (f90-directive-comment-re, f90-break-delimiters):
15371 * progmodes/fortran.el (fortran-comment-line-start-skip)
15372 (fortran-directive-re):
15373 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
15374 as safe if they are strings.
15375
15376 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * startup.el (window-system): Remove. Don't make it frame-local.
15379
15380 2007-10-24 Richard Stallman <rms@gnu.org>
15381
15382 * savehist.el (savehist-save): Omit unreadable elements.
15383
15384 * loadhist.el (unload-function-defs-list): Rename from
15385 unload-function-features-list.
15386 (unload-feature-special-hooks, unload-feature): Doc fixes.
15387
15388 * indent.el (indent-to-left-margin): If point's in the indentation,
15389 move to the end of the indentation.
15390
15391 * cus-edit.el (customize-changed-options): Make arg optional.
15392
15393 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15394
15395 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
15396
15397 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
15398
15399 * textmodes/org-publish.el (org-publish-attachment): Re-install
15400 accidentally deleted change.
15401
15402 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * term/iris-ansi.el (iris-function-map): Move init into declaration.
15405
15406 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
15407
15408 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
15409 (Buffer-menu-mode-map): Initialize in the declaration.
15410 (Buffer-menu-mode): Define with `define-derived-mode'.
15411
15412 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
15413
15414 * textmodes/org.el (org-version): Change to 5.13e.
15415 (org-agenda-file-regexp): Fix typo in docstring.
15416 (org-add-planning-info): Fix bug in parenthesis settings.
15417 (org-scan-tags): Catch the case of indirect buffers with no filename.
15418 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
15419 Re-install switch to mapc, had been removed by accident.
15420 (org-columns-map): New binding `C-c C-o'.
15421 (org-columns-menu): Change menu text and added new entry.
15422 (org-columns-eval): Document the use of `next-line'.
15423 (org-columns-open-link): New function.
15424 (org-columns-follow-link): Remove function.
15425 (org-open-link-from-string): New function.
15426 (org-read-date-get-relative): Fix typo in docstring.
15427 (org-read-date-get-relative): Leading +/- is not optional.
15428 (org-agenda-get-restriction-and-command): Always resize window on
15429 first loop cycle.
15430 (org-agenda-open-link): Make sure the link abbreviations are
15431 present in the agenda buffer.
15432 (org-agenda-copy-local-variable): New function.
15433
15434 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
15437
15438 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * simple.el (reindent-then-newline-and-indent): Use a `move after
15441 insert' kind of marker in the save-excursion.
15442
15443 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * textmodes/css-mode.el: Require CL.
15446 (comment-continue): Declare.
15447
15448 * subr.el (make-variable-frame-localizable): Remove.
15449 (make-variable-frame-local): Mark obsolete.
15450
15451 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
15454 of the subdirs is unreadable.
15455
15456 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
15457
15458 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
15459 when we are local.
15460
15461 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * progmodes/python.el (python-current-defun): Remove left-over
15464 assignment to `start'.
15465
15466 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15467
15468 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
15469 than `mapcar'; return value is not used.
15470
15471 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15472
15473 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
15474 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
15475
15476 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
15477
15478 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
15479 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
15480
15481 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15482
15483 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
15484
15485 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
15486
15487 * emacs-lisp/advice.el (ad-make-advised-docstring):
15488 Add ad-advice-info text property to doc string.
15489
15490 2007-10-23 Glenn Morris <rgm@gnu.org>
15491
15492 * progmodes/f90.el (f90-do-indent, f90-if-indent)
15493 (f90-type-indent, f90-program-indent, f90-associate-indent)
15494 (f90-continuation-indent, f90-comment-region)
15495 (f90-beginning-ampersand, f90-smart-end)
15496 (f90-break-before-delimiters, f90-auto-keyword-case)
15497 (f90-leave-line-no, f90-mode-hook):
15498 Give an appropriate safe-local-variable property.
15499
15500 * progmodes/fortran.el (fortran-tab-mode-default)
15501 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
15502 (fortran-structure-indent, fortran-continuation-indent)
15503 (fortran-comment-indent, fortran-comment-line-extra-indent)
15504 (fortran-comment-line-start)
15505 (fortran-minimum-statement-indent-fixed)
15506 (fortran-minimum-statement-indent-tab)
15507 (fortran-comment-indent-char, fortran-line-number-indent)
15508 (fortran-check-all-num-for-matching-do)
15509 (fortran-blink-matching-if, fortran-continuation-string)
15510 (fortran-comment-region, fortran-electric-line-number)
15511 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
15512 (fortran-analyze-depth, fortran-break-before-delimiters):
15513 Give an appropriate safe-local-variable property.
15514
15515 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
15516
15517 * printing.el: Move variable definitions before use.
15518 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
15519
15520 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15521
15522 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
15523 (tpu-edt-off): Use it.
15524 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
15525 the global-map before adding it to global-map.
15526
15527 * menu-bar.el (global-buffers-menu-map): New var.
15528 (global-map, menu-bar-update-buffers): Use it.
15529 * msb.el (msb-menu-bar-update-buffers): Use it.
15530 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
15531 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
15532 Use with-current-buffer.
15533
15534 2007-10-22 Juri Linkov <juri@jurta.org>
15535
15536 * isearch-multi.el: New file.
15537
15538 * isearch.el (isearch-search-string): After finding the next
15539 occurrence switch to buffer isearch-buffers-current-buffer when
15540 isearch-buffers-next-buffer-function is non-nil and
15541 isearch-buffers-current-buffer is live.
15542
15543 * add-log.el (change-log-mode): Make and set buffer-local variable
15544 isearch-buffers-next-buffer-function to change-log-next-buffer.
15545 Call isearch-buffers-minor-mode.
15546 (change-log-next-buffer): New function.
15547
15548 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
15549
15550 * textmodes/org-export-latex.el (org-export-latex-protect-string):
15551 Renaming of `org-latex-protect'.
15552 (org-export-latex-emphasis-alist): By default, don't protect
15553 any emphasis formatter from further conversion.
15554 (org-export-latex-tables): Honor column grouping for tables.
15555 (org-export-latex-title-command): New option.
15556 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
15557 export backslash character.
15558
15559 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15560
15561 * textmodes/org.el (org-read-date-get-relative): New function.
15562 (org-agenda-file-regexp): New variable.
15563 (org-agenda-files): Allow directories in the variable.
15564 (org-agenda-get-restriction-and-command): New function.
15565 (org-agenda): Use `org-agenda-get-restriction-and-command'.
15566 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
15567 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
15568 New functions.
15569 (org-entry-add-to-multivalued-property)
15570 (org-entry-remove-from-multivalued-property)
15571 (org-entry-member-in-multivalued-property): New functions.
15572 (org-remember-apply-template): Catch C-g and make sure window
15573 configuration is restored.
15574 (org-agenda-open-link): Make it work with several links in the line.
15575 (org-drawers, org-set-regexps-and-options)
15576 (org-get-current-options): Add support for a DRAWERS in-buffer option.
15577 (org-agenda-window-frame-fractions): New option.
15578 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
15579 (org-columns-cleanup-item, org-find-entry-with-id)
15580 (org-insert-columns-dblock, org-listtable-to-string)
15581 (org-dblock-write:columnview, org-columns-capture-view)
15582 (org-edit-headline): New functions.
15583 (org-agenda-to-appt): Require calendar.
15584 (org-entry-get-with-inheritance): Widen for search.
15585 (org-columns-display-here): Don't mark buffer as modified when
15586 adding space characters to accomodate column overlays.
15587 (org-export-as-html): Better formatting of tags in the toc.
15588 (org-columns-display-here): Make the ITEM column as compact as possible.
15589 (org-remember-templates): Customization interface improved.
15590 (org-export-with-property-drawer): Variable removed.
15591 (org-export-with-drawers): New option.
15592 (org-complex-heading-regexp): New variable.
15593 (org-sort-entries): Rewrite using `sort-subr'.
15594 (org-set-property): More appropriate completion during interactive use.
15595 (org-sort-entries): Allow sorting by property.
15596 (org-additional-option-like-keywords): Add more values.
15597 (org-sort-entries-or-items): Rename from `org-sort-entries'.
15598
15599 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
15600
15601 * textmodes/org.el (org-get-date-from-calendar): New function.
15602 (org-at-timestamp-p, org-timestamp-change)
15603 (org-remember-templates): First element of each entry is now a
15604 name for the template.
15605 (org-store-log-note): Check for `org-note-abort'.
15606 (org-kill-note-or-show-branches): New command.
15607 (org-fontify-priorities): New option.
15608 (org-fontify-priorities): New function.
15609 (org-cut-subtree, org-copy-subtree): New argument N to
15610 act on N sequential subtrees.
15611 (org-paste-subtree): Fix the level at which a tree is pasted.
15612 (org-fit-agenda-window): Limitations on window size removed.
15613 (org-agenda-find-same-or-today-or-agenda): Rename from
15614 `org-agenda-find-today-or-agenda'.
15615 (org-scheduled-past-days): New option.
15616 (org-agenda-scheduled-leaders)
15617 (org-agenda-deadline-leaders): New options.
15618 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
15619 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
15620 (org-export-with-tags, org-export-plist-vars)
15621 (org-infile-export-plist): New "tags" option.
15622 (org-use-property-inheritance): New option.
15623 (org-cached-entry-get): Use `org-use-property-inheritance'.
15624 (org-remember-apply-template): Fix typo.
15625
15626 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
15627
15628 * net/tramp.el (tramp-find-shell)
15629 (tramp-open-connection-setup-interactive-shell): Improve sending
15630 initial commands.
15631 (tramp-action-terminal): Send debug message.
15632 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
15633 (tramp-barf-if-no-shell-prompt): Insert code of
15634 `tramp-wait-for-shell-prompt'.
15635
15636 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
15637
15638 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
15639
15640 * term/vt200.el (terminal-init-vt200):
15641 * term/vt201.el (terminal-init-vt201):
15642 * term/vt220.el (terminal-init-vt220):
15643 * term/vt240.el (terminal-init-vt240):
15644 * term/vt300.el (terminal-init-vt300):
15645 * term/vt320.el (terminal-init-vt320):
15646 * term/vt400.el (terminal-init-vt400):
15647 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
15648
15649 * term/wyse50.el (wyse50-terminal-map): New var.
15650 (terminal-init-wyse50): Use it and input-decode-map.
15651 (enable-arrow-keys): Emasculate.
15652
15653 * term/tvi970.el (tvi970-terminal-map): New var.
15654 (terminal-init-tvi970): Use it and input-decode-map.
15655 (tvi970-keypad-numeric): Remove.
15656 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
15657
15658 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
15659 (terminal-init-sun): Use it and input-decode-map.
15660
15661 * term/news.el (terminal-init-news):
15662 * term/lk201.el (terminal-init-lk201):
15663 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
15664
15665 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
15666
15667 * complete.el (PC-expand-many-files): Remove.
15668 (PC-do-completion): Call file-expand-wildcards instead of
15669 PC-expand-many-files.
15670
15671 * net/tramp.el (tramp-handle-expand-many-files): Remove.
15672 (PC-expand-many-files): Remove advice.
15673
15674 2007-10-22 Glenn Morris <rgm@gnu.org>
15675
15676 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
15677 Add some support for Fortran 2003 syntax:
15678 (f90-type-indent): Now also applies to `enum'.
15679 (f90-associate-indent): New user option.
15680 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
15681 Add some F2003 keywords.
15682 (f90-constants-re): New constant.
15683 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
15684 Interface'.
15685 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
15686 `class'. Arguments for `type'/`class' may have spaces. Add a new
15687 element for functions with specified types. Add `end enum' and
15688 `select type'. Add `implicit enumerator' and `procedure'.
15689 Add `class default' and `type is', `class is'. Fix `go to' regexp.
15690 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
15691 (f90-font-lock-keywords-4): Add `f90-constants-re'.
15692 (f90-blocks-re): Add `enum' and `associate'.
15693 (f90-else-like-re): Add `class is', `type is', and `class default'.
15694 (f90-end-type-re): Add `enum'.
15695 (f90-end-associate-re, f90-typeis-re): New constants.
15696 (f90-end-block-re): Add `enum' and `associate'. Change from
15697 optional whitespace to end-of-word, to avoid `enumerator'.
15698 (f90-start-block-re): Add `select type', `abstract interface', and
15699 `enum'. Avoid `type is', and `type (sometype)'.
15700 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
15701 (f90-mode): Doc fix.
15702 (f90-looking-at-select-case): Doc fix. Add `select type'.
15703 (f90-looking-at-associate): New function.
15704 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
15705 Add `enum' and `abstract interface'.
15706 (f90-no-block-limit): Add `select type' and `abstract interface'.
15707 (f90-get-correct-indent, f90-calculate-indent)
15708 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
15709 (f90-indent-region, f90-match-end): Handle `associate' blocks.
15710
15711 2007-10-22 Martin Rudalics <rudalics@gmx.at>
15712
15713 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
15714 Use window-full-width-p.
15715
15716 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
15717
15718 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
15719
15720 * tooltip.el: Use featurep 'xemacs.
15721
15722 * printing.el: Move variable definitions before use, no code change.
15723
15724 2007-10-22 Juri Linkov <juri@jurta.org>
15725
15726 * simple.el (goto-history-element): Allow minibuffer-default to be
15727 a list of default values accessible by typing M-n in the minibuffer.
15728
15729 * dired-x.el (dired-guess-shell-command): Put all guesses to the
15730 minibuffer default value list instead of pushing them temporarily
15731 to the history list.
15732
15733 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15734
15735 * hexl.el (hexl-menu): New major mode menu.
15736
15737 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
15740
15741 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15742
15743 * w32-fns.el (w32-quote-process-args):
15744 * dos-w32.el (print-region-function, lpr-headers-switches)
15745 (ps-print-region-function): Pacify byte-compiler.
15746
15747 * emulation/edt-mapper.el (function-key-map):
15748 (edt-map-key): Make it a function instead of using fset.
15749 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
15750 (edt-gnu-map-key, edt-lucid-map-key): Remove.
15751 (edt-x-emacs-p): Remove.
15752 (edt-emacs-variant, edt-window-system, edt-xserver):
15753 Use featurep 'xemacs.
15754
15755 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
15756 Replace eudc-xemacs-p with its definition.
15757 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
15758 (eudc-emacs-mule-p): Remove.
15759 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
15760 eudc-xemacs-p with feature tests.
15761
15762 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
15763 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
15764 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
15765 (eudc-bob-toggle-inline-display):
15766 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
15767 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
15768
15769 * net/eudcb-ph.el (eudc-ph-open-session):
15770 Replace eudc-xemacs-mule-p with its former definition.
15771
15772 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
15773 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
15774
15775 * progmodes/vera-mode.el (vera-xemacs): Remove.
15776 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
15777
15778 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
15779 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
15780 (vhdl-speedbar-initialize, vhdl-ps-print-init)
15781 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
15782 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
15783 with (featurep 'xemacs).
15784
15785 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
15786 (save-buffer-state-x):
15787 * obsolete/fast-lock.el (fast-lock-verbose):
15788 * emulation/viper-init.el (viper-xemacs-p)
15789 (viper-cond-compile-for-xemacs-or-emacs):
15790 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
15791 * ps-print.el (case-fold-search):
15792 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
15793 * calculator.el (calculator-help): Use featurep 'xemacs.
15794
15795 * progmodes/prolog.el: Undo previous change.
15796 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
15797
15798 * progmodes/dcl-mode.el:
15799 * play/yow.el:
15800 * calendar/todo-mode.el:
15801 * calendar/cal-hebrew.el:
15802 * vc-hg.el: Undo previous change.
15803
15804 * vms-patch.el: Likewise.
15805 (print-region-function): Pacify byte-compiler.
15806
15807 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
15808
15809 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
15810 preserve-uid-gid.
15811
15812 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
15813 compatibility. It is not used, though.
15814
15815 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
15816 Require tramp-cmds.el.
15817 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
15818 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
15819 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
15820 (tramp-do-copy-or-rename-file-out-of-band)
15821 (tramp-maybe-open-connection): Use `make-temp-name'. This is
15822 possible, because we don't need to create the temporary file, but
15823 we need a prefix for ssh, which has its own temporary file handling.
15824 (tramp-handle-delete-directory): Add "-f" to rmdir.
15825 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
15826 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
15827 a signal, in order to give the callee a chance to suppress.
15828 (tramp-handle-write-region): Set owner also in case of short
15829 track. Don't use compatibility calls for `write-region' anymore.
15830 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
15831 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
15832
15833 * net/tramp-cmds.el: New file.
15834
15835 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
15836 `tramp-clear-passwd'.
15837
15838 * net/trampver.el: Update release number.
15839
15840 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15841
15842 * progmodes/gud.el (gud-target-name): Move definition before use.
15843
15844 * progmodes/dcl-mode.el: Require imenu at compile time.
15845
15846 * progmodes/cc-engine.el (c-maybe-stale-found-type):
15847 Pacify byte-compiler.
15848
15849 * obsolete/fast-lock.el: Use featurep test instead of string-match.
15850
15851 * eshell/esh-mode.el (eshell-handle-ansi-color):
15852 Require ansi-color at compile time too.
15853
15854 * eshell/em-unix.el (eshell/info): Require info at compile time too.
15855
15856 * w32-fns.el: Require w32-vars.
15857
15858 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
15859 time too.
15860
15861 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * double.el ([ignore]): Use `ignore'.
15864 (double-setup): Inline into double-mode.
15865 (double-mode): Use define-minor-mode.
15866
15867 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
15868
15869 * textmodes/reftex.el: Move require easymenu before first use.
15870 (reftex-info): Require info at compile too.
15871
15872 * textmodes/org-publish.el (org-publish-org-to-html)
15873 (org-publish-org-to): Require org at compile time too.
15874 (org-publish-attachment): Require at compile time too.
15875
15876 * term/tty-colors.el (w32-tty-standard-colors):
15877 Pacify byte-compiler.
15878
15879 * term/pc-win.el (frame-creation-function-alist): Add to this
15880 instead of setting frame-creation-function.
15881
15882 * play/blackbox.el (bb-up, bb-down): Use forward-line.
15883
15884 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
15885
15886 * calendar/todo-mode.el: Require calendar at compile time.
15887
15888 * calendar/cal-hebrew.el: Require holidays at compile time.
15889
15890 * w32-vars.el: Provide w32-vars.
15891
15892 * term/w32-win.el: Require w32-vars.
15893 (w32-color-map): Pacify byte-compiler.
15894
15895 * loadup.el: Load w32-vars before term/w32-win.
15896
15897 2007-10-20 Juri Linkov <juri@jurta.org>
15898
15899 * textmodes/fill.el (fill-paragraph): When the region is active,
15900 don't try other `or' branches regardless of the value returned by
15901 fill-region; just return t.
15902
15903 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15904
15905 * vc.el (vc-do-command): Condition out a misleading message when
15906 running asynchronously.
15907 (vc-deduce-fileset): New argument enables using an unregistered
15908 visited file as a singleton fileset if nothing else is available.
15909 (vc-next-action): Restore file-registering behavior.
15910
15911 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
15912
15913 * calc/README: Add recent news.
15914
15915 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
15916
15917 * term/x-win.el (x-gtk-stock-map, icon-map-list)
15918 (x-gtk-map-stock): Delete duplicated definitions from merge.
15919
15920 * progmodes/compile.el (compilation-skip-to-next-location)
15921 (compilation-skip-threshold, compilation-skip-visited):
15922 Move definitions earlier.
15923
15924 * play/decipher.el (decipher-keypress):
15925 * play/zone.el (zone-fall-through-ws):
15926 * play/landmark.el (lm-move-down, lm-move-up):
15927 * play/handwrite.el (handwrite):
15928 * mail/mspools.el (mspools-visit-spool):
15929 * wdired.el (wdired-next-line, wdired-previous-line):
15930 * tar-mode.el (tar-subfile-save-buffer):
15931 * scroll-lock.el (scroll-lock-next-line)
15932 (scroll-lock-previous-line):
15933 * image-dired.el (image-dired-next-line)
15934 (image-dired-previous-line):
15935 * ediff-help.el (ediff-help-message-line-length):
15936 Use forward-line.
15937
15938 * smerge-mode.el (smerge-auto-refine):
15939 * diff-mode.el (diff-auto-refine): Add :group.
15940
15941 * play/yow.el: Require doctor at compile time.
15942
15943 * vmsproc.el: Provide vmsproc.
15944 (command-send-input): Use forward-line.
15945
15946 * vms-patch.el: Require ps-print and vmsproc at compile time.
15947
15948 * vc-mtn.el (log-view-message-re, log-view-file-re)
15949 (log-view-font-lock-keywords): Pacify byte-compiler.
15950
15951 * vc-hg.el: Require log-view at compile time.
15952
15953 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
15954
15955 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
15956
15957 2007-10-20 Glenn Morris <rgm@gnu.org>
15958
15959 * progmodes/f90.el (f90-font-lock-keywords-2)
15960 (f90-looking-at-type-like): Fix regexp typos.
15961
15962 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
15963
15964 * bs.el (bs--track-window-changes): Don't refresh the whole list.
15965 (bs-mode): Set mode-class property to special.
15966
15967 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15968
15969 * diff-mode.el (diff-auto-refine): New var.
15970 (diff-hunk): Use it.
15971 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
15972 (diff-refine-change): Rename from diff-fine-change. Change it.
15973 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
15974 (diff-refine-hunk): Rename from diff-fine-highlight.
15975
15976 2007-10-20 John Paul Wallington <jpw@pobox.com>
15977
15978 * help-fns.el (describe-variable-custom-version-info): New function
15979 to return variable's version or package version note.
15980 (describe-variable): Use it, display result.
15981
15982 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * smerge-mode.el (smerge-auto-refine): New var.
15985 (smerge-next, smerge-prev): Use it.
15986 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
15987
15988 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15989 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
15990
15991 * vc-bzr.el (vc-bzr-diff-tree):
15992 * vc-git.el (vc-git-diff-tree):
15993 * vc-hg.el (vc-hg-diff-tree):
15994 * vc-mcvs.el (vc-mcvs-diff-tree):
15995 * vc-mtn.el (vc-mtn-diff-tree):
15996 * vc-svn.el (vc-svn-diff-tree): Remove.
15997
15998 * vc-mtn.el (vc-mtn-revision-completion-table):
15999 * vc-cvs.el (vc-cvs-revision-completion-table):
16000 * vc-arch.el (vc-arch-revision-completion-table):
16001 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
16002 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
16003 Make it work when the arg is a list of files.
16004
16005 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16006
16007 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
16008 Also `revision-completion-table' now takes a list of files.
16009 (vc-deduce-fileset): Remove unused var `regexp'.
16010 Only obey allow-directory-wildcard in dired buffers.
16011 (vc-default-diff-tree): Remove.
16012 (vc-diff-added-files): New var.
16013 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
16014 (vc-version-diff): Revert from `vc-history-diff' to the original name.
16015 Remove the `backend' arg.
16016 (vc-contains-version-controlled-file): Remove.
16017 (vc-diff): Bring it closer to the version in Emacs-22.
16018 (vc-revert): Fix typo in let-binding.
16019 (vc-default-unregister): Remove.
16020 (vc-dired-buffers-for-dir): Remove N^2 behavior.
16021
16022 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16023
16024 * textmodes/two-column.el (2C-split, 2C-merge):
16025 * textmodes/bib-mode.el (bib-find-key, mark-bib):
16026 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
16027 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
16028 * progmodes/ada-xref.el (ada-get-all-references):
16029 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
16030 * emulation/vi.el (vi-previous-line-first-nonwhite)
16031 (vi-effective-range, vi-put-before):
16032 * emulation/edt.el (edt-next-line, edt-previous-line)
16033 (edt-paragraph-forward): Use forward-line.
16034
16035 * progmodes/etags.el (tags-apropos): Require apropos at compile
16036 time too.
16037
16038 * progmodes/prolog.el: Require comint when compiling.
16039 (inferior-prolog-flavor): Move defvar before use.
16040
16041 2007-10-19 Richard Stallman <rms@gnu.org>
16042
16043 * font-core.el (turn-on-font-lock-if-desired):
16044 Rename from `turn-on-font-lock-if-enabled'.
16045 Fully obey `font-lock-global-modes'.
16046
16047 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16048
16049 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
16050 which will not affect the behavior of things like forward-word.
16051 (diff-fine-highlight): Preserve point.
16052
16053 * doc-view.el (doc-view-mode-map): Use remapping.
16054 Don't rebind C-v, M-v to their default value.
16055 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
16056
16057 * smerge-mode.el: Add word-granularity refinement.
16058 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
16059 (smerge-refine-weight-hack): New vars.
16060 (smerge-refine-forward): New fun.
16061 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
16062 (smerge-refine-subst): Use them as well. Preserve point.
16063
16064 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
16065
16066 * follow.el (follow-unload-function): New function.
16067
16068 * loadhist.el (unload-function-features-list):
16069 Rename from `unload-hook-features-list'.
16070 (unload-hook-features-list): Add as obsolete alias.
16071 (unload-feature): Use `unload-function-features-list'
16072 and new FEATURE-unload-function.
16073
16074 2007-10-19 Glenn Morris <rgm@gnu.org>
16075
16076 * bindings.el (mouse-minor-mode-menu)
16077 (minor-mode-menu-from-indicator): Move to mouse.el.
16078 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16079 Move here from bindings.el.
16080
16081 2007-10-19 Richard Stallman <rms@gnu.org>
16082
16083 * help-fns.el (describe-function-1): Don't use the advice origname
16084 if it has no function definition.
16085
16086 2007-10-18 Johan Bockgård <bojohan@gnu.org>
16087
16088 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
16089 Use `save-restriction' rather than `widen'.
16090
16091 2007-10-18 Richard Stallman <rms@gnu.org>
16092
16093 * time.el (display-time-world-time-format): Display day # not month #.
16094
16095 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16096
16097 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
16098
16099 * doc-view.el: Remove version keyword.
16100 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16101 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
16102 (doc-view-ghostscript-options): Improve custom type.
16103 (doc-view-cache-directory, doc-view-conversion-buffer)
16104 (doc-view-conversion-refresh-interval): Simplify custom type.
16105
16106 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
16107
16108 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16109 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
16110 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16111 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
16112 Remove superfluous messages.
16113 (doc-view-mode-map): Use the image-mode scrolling commands.
16114 Don't rebind C-x k.
16115
16116 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16117
16118 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
16119 Add comment about "-dSAFER".
16120
16121 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * term/xterm.el: Don't require xt-mouse.
16124 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
16125 calling turn-on-xterm-mouse-tracking-on-terminal directly.
16126
16127 * xt-mouse.el: Don't change the global function-key-map anny more.
16128 (xterm-mouse-mode): Use terminal-init-xterm-hook.
16129 Don't use after-make-frame-functions now that term/xterm.el calls
16130 us directly.
16131 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
16132 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
16133 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
16134 Setup input-decode-map and remember that xterm-mouse-mode was
16135 enabled in this terminal.
16136 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
16137 terminals where it has been enabled.
16138
16139 * faces.el (tty-create-frame-with-faces): Make sure not only
16140 tty-run-terminal-initialization but also set-locale-environment
16141 are run only once per terminal.
16142 (tty-run-terminal-initialization): Don't check if the terminal was
16143 already initted.
16144
16145 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
16146 not to remove keymaps that just happen to inherit from one of ours.
16147 When setting up our keymap, make sure it won't be accidentally
16148 modified by someone else.
16149
16150 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
16151
16152 * textmodes/artist.el (artist-previous-line, artist-next-line):
16153 * dired.el (dired-next-line, dired-previous-line):
16154 * progmodes/delphi.el (delphi-newline):
16155 * textmodes/org.el (org-columns-eval):
16156 Use forward-line.
16157
16158 * emerge.el (emerge-setup): Use insert-buffer-substring.
16159 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
16160
16161 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
16162
16163 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
16164 (adaptive-fill-function): Doc fix. Remove * from docstring.
16165
16166 2007-10-18 Tom Horsley <tom.horsley@att.net>
16167
16168 * simple.el (interprogram-paste-function): Doc fix.
16169 (current-kill): Accept list of strings as well
16170 as single string from `interprogram-paste-function'.
16171
16172 2007-10-18 Glenn Morris <rgm@gnu.org>
16173
16174 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
16175
16176 2007-10-18 Drew Adams <drew.adams@oracle.com>
16177
16178 * bindings.el (mode-line-minor-mode-keymap):
16179 Add mouse-minor-mode-menu on mouse-1.
16180 (mode-line-modes): Add mouse-1 to help-echo text.
16181 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
16182 New functions.
16183 (mode-line-minor-mode-help): Doc fix.
16184
16185 2007-10-17 Juri Linkov <juri@jurta.org>
16186
16187 * textmodes/fill.el (fill-paragraph-or-region): Remove function
16188 at the request of RMS.
16189 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
16190 arg `region'. Fix docstring. At the first `or' branch add call to
16191 `fill-region' if it the region is active in transient-mark-mode.
16192
16193 * bindings.el (esc-map): Bind M-q to fill-paragraph
16194 instead of fill-paragraph-or-region.
16195
16196 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
16197 with fill-paragraph.
16198
16199 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
16200 Fix docstring.
16201
16202 * indent.el (indent-for-tab-command): Change interactive spec from
16203 "P" to "p". Add check for interactive arg before indenting the
16204 active region.
16205
16206 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
16207 Regroup.
16208
16209 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
16210
16211 * emacs-lisp/find-func.el: Don't require loadhist.
16212
16213 * loadhist.el (feature-symbols, file-provides, file-requires)
16214 (file-set-intersect, file-dependents): Simplify.
16215 (unload-feature-special-hooks): Update list of special hooks.
16216
16217 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
16218
16219 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
16220 extensions since they can be viewed with doc-view.
16221
16222 * files.el (auto-mode-alist): Make doc-view-mode the default mode
16223 for pdf, ps and dvi files.
16224
16225 * doc-view.el: Make doc-view-mode the standard mode for viewing
16226 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
16227 text and image display. Add binding C-c C-e to switch to an
16228 editing mode.
16229 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
16230 avoid security problems when rendering files from untrusted sources.
16231
16232 2007-10-17 Aaron Hawley <aaronh@garden.org>
16233
16234 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
16235 position is not saved.
16236
16237 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16238
16239 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
16240 (doc-view-ghostscript-options): Fix typo in doc string.
16241
16242 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
16245 handling, so compilation-fake-loc works again.
16246
16247 * server.el (server-select-display): Nop if we do not support m-f-o-d.
16248 (server-process-filter): Revert last change.
16249
16250 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
16251 behavior unrelated to filesets.
16252
16253 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
16254
16255 * longlines.el (longlines-wrap-follows-window-size): Integer value
16256 specifies wrapping margin.
16257 (longlines-mode, longlines-window-change-function):
16258 Set window-specific wrapping margin based on the above.
16259
16260 2007-10-17 John Wiegley <johnw@newartisans.com>
16261
16262 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
16263
16264 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16265
16266 * server.el (server-process-filter): Only set display if X11 is
16267 supported.
16268
16269 2007-10-17 Glenn Morris <rgm@gnu.org>
16270
16271 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
16272 Tweak regexp to avoid stack overflow.
16273
16274 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * simple.el (reindent-then-newline-and-indent): Don't assume that
16277 indent-according-to-mode preserves point.
16278
16279 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
16280
16281 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
16282 (bs--nth-wrapper): Simplify.
16283 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
16284 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
16285 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
16286 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
16287 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
16288 (bs-configurations, bs-default-configuration)
16289 (bs-alternative-configuration, bs-cycle-configuration-name)
16290 (bs-string-show-always, bs-string-show-never, bs-string-current)
16291 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
16292 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
16293 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
16294 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
16295 (bs--window-config-coming-from): Revert 2006-11-09 change.
16296 (bs--restore-window-config): Keep the selected frame.
16297 (bs--track-window-changes, bs--remove-hooks): New functions.
16298 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
16299 (bs--create-header): Remove.
16300 (bs--create-header-line): New function, based on `bs--create-header'.
16301 (bs--show-header): Use `bs--create-header-line'.
16302 (bs--show-with-configuration): Revert 2006-11-09 change.
16303 Don't reuse window unless it is visible on the selected frame.
16304 Restore window configuration (possibly in a different frame)
16305 before creating any window.
16306
16307 2007-10-16 Glenn Morris <rgm@gnu.org>
16308
16309 * simple.el (blink-matching-open): Don't report false errors with
16310 the `$' syntax class.
16311
16312 2007-10-16 Richard Stallman <rms@gnu.org>
16313
16314 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
16315 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
16316 (ad-is-advised, ad-get-advice-info-field)
16317 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
16318
16319 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16320
16321 * vc-hooks.el (vc-workfile-version): Compatibility alias.
16322 (vc-default-working-revision): Compatibility for backends.
16323
16324 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16325
16326 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
16327 (filesets-ormap, filesets-sort-case-sensitive-flag)
16328 (filesets-remake-shortcut, filesets-ingroup-collect-files):
16329 Fix typos in docstrings.
16330 (filesets-conditional-sort, filesets-find-or-display-file)
16331 (filesets-data-get-name, filesets-data-get-data)
16332 (filesets-data-set, filesets-cmd-query-replace-getargs)
16333 (filesets-ingroup-collect): Doc fixes.
16334
16335 2007-10-15 Sam Steingold <sds@gnu.org>
16336
16337 * mail/sendmail.el (sendmail-error-reporting-interactive)
16338 (sendmail-error-reporting-non-interactive): New variables for
16339 sendmail error reporting options to simplify support for imperfect
16340 sendmail emulators.
16341 (sendmail-send-it): Use them instead of list literals.
16342
16343 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16344
16345 * help-fns.el: Revert previous change; it creates a
16346 dependency loop between advice.el and help-fns.el.
16347
16348 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
16349
16350 * help-fns.el: Require advice when compiling.
16351
16352 2007-10-14 Drew Adams <drew.adams@oracle.com>
16353
16354 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
16355 (ring-insert+extend, ring-remove+insert+extend, ring-member)
16356 (ring-next, ring-previous): New functions.
16357
16358 2007-10-14 Richard Stallman <rms@gnu.org>
16359
16360 * emacs-lisp/advice.el (documentation): Advice deleted.
16361 Doc for advised functions is now handled at C level.
16362 (ad-stop-advice, ad-start-advice): Don't enable or disable
16363 advice for `documentation'.
16364 (ad-advised-definition-docstring-regexp): Var deleted.
16365 (ad-make-advised-definition-docstring): Store orig name
16366 as text property of string.
16367 (ad-advised-definition-p): Check for text property of docstring.
16368
16369 * help-fns.el (describe-function-1): Find source of advised functions.
16370
16371 2007-10-14 Juri Linkov <juri@jurta.org>
16372
16373 * faces.el (describe-face): Allow handling a string as the face name.
16374
16375 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
16376 active region in transient-mark-mode.
16377 (ispell-region): Change messages displayed at the start and end of
16378 the spell-checking to be the same.
16379
16380 * startup.el (fancy-startup-tail): Say exactly what does the button
16381 dismiss ("Dismiss this startup screen"). Use text "Never show
16382 it again" for the checkbox after this button.
16383 (fancy-startup-screen, fancy-about-screen): Put point before the
16384 first link, so the user can quickly select links with the keyboard.
16385 (normal-mouse-startup-screen): Add more useful text describing how
16386 to follow a link.
16387
16388 2007-10-14 Glenn Morris <rgm@gnu.org>
16389
16390 * progmodes/etags.el (select-tags-table): Disable undo in the
16391 `*Tags Table List*' buffer.
16392
16393 2007-10-13 Eli Zaretskii <eliz@gnu.org>
16394
16395 * dired.el (dired-warn-writable): New face.
16396 (dired-warn-writable-face): New variable.
16397 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
16398 of dired-warning-face, for group- and world-writable files.
16399
16400 2007-10-13 Richard Stallman <rms@gnu.org>
16401
16402 * files.el (directory-abbrev-alist): Doc fix.
16403
16404 2007-10-13 Jari Aalto <jari.aalto@cante.net>
16405
16406 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
16407
16408 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16409
16410 * frame.el (set-frame-configuration): Assign name parameter only
16411 if it has been set explicitly before.
16412
16413 2007-10-11 Tom Tromey <tromey@redhat.com>
16414
16415 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
16416 frame is visible.
16417
16418 2007-10-10 Richard Stallman <rms@gnu.org>
16419
16420 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
16421 in *Backtrace*.
16422
16423 * faces.el (face-font-selection-order): Doc fix.
16424
16425 * loadhist.el (unload-feature): Doc fix.
16426
16427 2007-10-13 Glenn Morris <rgm@gnu.org>
16428
16429 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
16430 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16431 Add doc string, and an explicit COUNT argument.
16432 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
16433 `inc' to search functions.
16434
16435 * faces.el (face-spec-set): When FRAME is nil, set the default for
16436 new frames (restores pre-2007-09-17 behavior). Doc fix.
16437
16438 2007-10-13 John W. Eaton <jwe@octave.org>
16439
16440 * progmodes/octave-mod.el (octave-looking-at-kw)
16441 (octave-re-search-forward-kw, octave-re-search-backward-kw):
16442 New functions.
16443 (octave-in-defun-p, calculate-octave-indent)
16444 (octave-blink-matching-block-open, octave-beginning-of-defun)
16445 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
16446 to search for regexps that contain case-sensitive keywords.
16447 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
16448 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
16449
16450 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16451
16452 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
16453 Do not use a single clause cond.
16454
16455 * cus-start.el (all): Use test that does not match the X11 version
16456 for mac.
16457
16458 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
16459
16460 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
16461 BROWSE buffer.
16462
16463 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16464
16465 * cus-start.el (all): Undo previous change.
16466
16467 2007-10-13 Glenn Morris <rgm@gnu.org>
16468
16469 * woman.el (woman0-rename): Fix paren typo.
16470
16471 * mail/feedmail.el (feedmail-run-the-queue)
16472 (feedmail-look-at-queue-directory):
16473 * mail/reporter.el (reporter-dump-state):
16474 * net/eudc-hotlist.el (eudc-edit-hotlist):
16475 * net/eudc.el (eudc-display-records)
16476 (eudc-filter-duplicate-attributes)
16477 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
16478 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
16479 (eudc-bbdb-query-internal):
16480 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
16481 * net/socks.el (socks-build-auth-list):
16482 * progmodes/cc-cmds.el (top level):
16483 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
16484 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
16485 (cperl-write-tags, cperl-tags-treeify):
16486 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
16487 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
16488 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
16489 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16490 (idlwave-toolbar-remove-everywhere):
16491 * progmodes/idlwave.el (idlwave-indent-line)
16492 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
16493 (idlwave-write-paths, idlwave-all-method-classes)
16494 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
16495 (idlwave-fix-keywords, idlwave-display-calling-sequence)
16496 (idlwave-complete-in-buffer):
16497 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
16498 (org-fast-tag-selection):
16499 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
16500 than mapcar.
16501
16502 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
16503
16504 * diff-mode.el (diff-fine-change): Add :group.
16505
16506 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
16507
16508 * cus-start.el (all): Use the same test as the 22.2 branch.
16509
16510 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16511
16512 * diff-mode.el (diff-current-defun): Force recomputation of
16513 change-log-default-name.
16514
16515 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
16516
16517 * startup.el (fancy-startup-screen): Remove an unnecessary newline
16518 and some leftover logic regarding dedicated frames. If showing
16519 concise startup screen, fit window to buffer.
16520 (command-line-1): If we will be using the splash screen, use
16521 find-file instead of find-file-other-window to find additional files.
16522 Comment out unused code for coping with the old sit-for behavior.
16523
16524 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
16527 `meta' modifier consistently, rather than using sometimes meta
16528 sometimes alt.
16529
16530 2007-10-12 Martin Rudalics <rudalics@gmx.at>
16531
16532 * window.el (handle-select-window): Revert part of 2007-10-08
16533 change setting the input focus.
16534
16535 2007-10-12 Glenn Morris <rgm@gnu.org>
16536
16537 * startup.el (command-line): Do not read abbrev file in batch mode.
16538
16539 * emacs-lisp/byte-opt.el (top level):
16540 * mail/rmail.el (rmail-list-to-menu):
16541 * obsolete/hilit19.el (hilit-mode):
16542 * progmodes/cc-mode.el (c-postprocess-file-styles)
16543 (c-submit-bug-report):
16544 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
16545 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
16546 (reftex-access-parse-file):
16547 * textmodes/reftex-cite.el (reftex-do-citation)
16548 (reftex-insert-bib-matches):
16549 * textmodes/reftex-ref.el (reftex-offer-label-menu):
16550 * textmodes/reftex-sel.el (reftex-select-unmark):
16551 * textmodes/reftex-toc.el (reftex-toc-do-promote):
16552 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
16553
16554 * cus-edit.el (custom-variable-menu, custom-face-menu)
16555 (custom-group-menu): Check init-file-user rather than
16556 user-init-file, in case cus-edit is loaded by site-run-file.
16557
16558 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
16559
16560 * vc.el (vc-deduce-fileset): Delete unused code.
16561 (vc-next-action): Fix typos.
16562
16563 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16564
16565 * bs.el (bs--mark-unmark): New function.
16566 (bs-mark-current, bs-unmark-current): Use it.
16567
16568 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16569
16570 * vc.el (vc-diff):
16571 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
16572 temporarily disable the check for his edge case of
16573 vc-diff (stopping it from grinding when called from $HOME), as
16574 it's calling some brittle code in vc-hooks.el.
16575 (with-vc-properties): Fix evaluation time of a macro argument.
16576 * ediff-vers.el (ediff-vc-internal):
16577 * vc-hooks.el:
16578 * loaddefs.el: Follow up on VC terminology change.
16579
16580 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * follow.el (follow-stop-intercept-process-output):
16583 Use `follow-call-process-filter' rather than `process-filter'.
16584 Simplify.
16585
16586 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
16587
16588 * vc-hooks.el (vc-registered): Robustify this function a bit
16589 against filenames with no directory component.
16590
16591 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * international/characters.el: Undo unwanted and unexplained change.
16594
16595 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16596
16597 * ps-print.el: Fix the usage of :foreground and :background face
16598 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
16599 (ps-print-version): New version 6.7.6.
16600 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
16601 Fix code.
16602 (ps-face-foreground-color-p, ps-face-background-color-p)
16603 (ps-face-color-p): New inline funs.
16604
16605 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16606
16607 * textmodes/org.el (org-additional-option-like-keywords): New constant.
16608 (org-complete): Use `org-additional-option-like-keywords'.
16609 (org-parse-local-options): New function.
16610
16611 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
16612
16613 * textmodes/org.el (org-in-clocktable-p): New function.
16614 (org-clock-report): Only update the table at point, or insert a new one.
16615 (org-clock-goto): New function.
16616 (org-open-file): Use `start-process-shell-command' instead of
16617 `shell-command' with an ampersand.
16618 (org-deadline, org-schedule): New argument REMOVE to remove the
16619 date from the entry.
16620 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
16621 argument to `org-schedule' and `org-deadline'.
16622 (org-trim): Use the correct expressions for beginning and end of
16623 the string.
16624 (org-get-cleaned-entry): Trim the string before returning it.
16625 (org-clock-find-position): New function.
16626 (org-clock-into-drawer): New option.
16627 (org-agenda-tags-column): Rename from
16628 `org-agenda-align-tags-to-column'.
16629 (org-agenda-align-tags): Allow negative values for
16630 `org-agenda-tags-column'.
16631 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
16632 (org-agenda-to-appt): New optional argument FILTER.
16633 (org-completion-fallback-command): New variable.
16634 (org-complete): Use `org-completion-fallback-command'.
16635 (org-find-base-buffer-visiting): Catch the case that there is no
16636 buffer visiting the file.
16637 (org-property-or-variable-value): New function.
16638 (org-todo): Use `org-property-or-variable-value'
16639 (org-agenda-compact-blocks): New option.
16640 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
16641 (org-agenda-schedule, org-agenda-deadline):
16642 Call `org-agenda-show-new-time'.
16643 (org-agenda-show-new-time): New argument PREFIX.
16644 (org-colgroup-info-to-vline-list): Fix but that cause a
16645 shift in the vertical lines.
16646 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
16647 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
16648 (org-indent-item): No arg in call to `org-fix-bullet-type'.
16649 (org-fix-bullet-type): Remove argument.
16650 (org-read-date): Check for am/pm twice, to catch the end time.
16651 (org-goto-map): Use `suppress-keymap'.
16652 (org-remember-apply-template): Respect the dynamically scoped
16653 selection character.
16654
16655 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16656
16657 * frame.el (frame-inherited-parameters): Remove unused `environment'
16658 parameter, and let server.el add `client' when needed.
16659
16660 * server.el (server-create-tty-frame)
16661 (server-create-window-system-frame): Set frame-inherited-parameters.
16662
16663 * frame.el (frame-inherited-parameters): New var.
16664 (make-frame): Use it.
16665
16666 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
16667
16668 * env.el (let-environment): Remove. Unused.
16669 (read-envvar-name): Simplify.
16670 (setenv): Remove unused arg `frame'.
16671
16672 * help-fns.el (describe-variable): Add missing " " for multiline
16673 obsolescence info and missing EOL after global value.
16674
16675 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16676
16677 * add-log.el:
16678 * ediff-vers.el:
16679 * log-view.el:
16680 * pcvs.el:
16681 * vc-arch.el:
16682 * vc-bzr.el:
16683 * vc-cvs.el:
16684 * vc.el:
16685 * vc-git.el:
16686 * vc-hg.el:
16687 * vc-hooks.el:
16688 * vc-mcvs.el:
16689 * vc-mtn.el:
16690 * vc-rcs.el:
16691 * vc-sccs.el:
16692 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
16693 {find,init,next,previous,annotate-*,log}-version ->
16694 {find,init,next,previous,annotate-*,log}-revision,
16695 annotate-focus-version -> annotate-working-revision, The term
16696 'focus' is gone. The term 'revision' is now used consistently
16697 everywhere that reference to a revision ID is intended, replacing
16698 older use of 'version'.
16699
16700 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
16701
16702 * follow.el: Change all instances of "Follow Mode" to "Follow
16703 mode" in docstrings and messages.
16704 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
16705
16706 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
16707
16708 * vc.el (vc-next-action): Rewrite completely; this principal
16709 entry point now operates on a current fileset selected either
16710 explicitly via VC-Dired or implicitly by visiting a file buffer,
16711 rather than always operating on the file of the current buffer as
16712 in older versions. Rewrite the rest of the mode to match.
16713 (with-vc-properties): Rewrite to operate on a file list.
16714 (with-vc-file): vc-checkin takes a file list argument now.
16715 (vc-post-command-functions): This hook now receives a file list.
16716 (vc-do-command): Take a either a file or a file list as argument.
16717 (vc-deduce-fileset): New function for deducing a file list to
16718 operate on.
16719 (vc-next-action-on-file, vc-next-action-dired): Remove.
16720 Merge into vc-next-action.
16721 (vc-register): Adapt to the fact that vc-start-entry now takes a
16722 file list.
16723 (vc-register-with): New function.
16724 (vc-start-entry): Take a file list argument rather than a
16725 file argument.
16726 (vc-checkout): Cope with vc-start-entry taking a file list.
16727 (vc-steal-lock): Cope with with-vc-properties taking a
16728 file list.
16729 (vc-checkin): Take a file list argument rather than a file argument.
16730 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
16731 (vc-diff-internal): Rewrite for filesets.
16732 (vc-diff-sentinel): New function, tests whether changes were
16733 written into a diff buffer.
16734 (vc-diff): Rewrite for filesets.
16735 (vc-version-diff): Rewrite for filesets.
16736 (vc-print-log): Take a fileset argument.
16737 (vc-revert): Revert the entire selected fileset, not just the
16738 current buffer.
16739 (vc-rollback): Roll back the entire selected fileset, if
16740 possible. No longer accepts a prefix argument.
16741 (vc-update): Merge new changes for the entire selected
16742 fileset, not just the current buffer.
16743 (vc-revert-file): Cope with with-vc-properties taking a file list.
16744 (vc-default-dired-state-info): Add + status suffix if the file is
16745 modified.
16746 (vc-annotate-warp-version): Use the new diff machinery.
16747 (vc-log-edit): Take a file list argument rather than a file argument.
16748
16749 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
16750
16751 Sync with Tramp 2.1.11.
16752
16753 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16754 Pacify byte compiler.
16755
16756 * net/trampver.el: Update release number.
16757
16758 2007-10-09 Richard Stallman <rms@gnu.org>
16759
16760 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
16761
16762 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
16763
16764 * follow.el: Require easymenu.
16765 (follow-mode-hook, follow-mode): Doc fixes.
16766 (follow-mode-off-hook): Mark as obsolete.
16767
16768 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16769
16770 * window.el (mouse-autoselect-window-cancel): Don't cancel for
16771 select-window or select-frame events.
16772 (handle-select-window): When autoselecting window set input
16773 focus. Restructure.
16774
16775 * frame.el (focus-follows-mouse): Move to frame.c.
16776 * cus-start.el (all): Add focus-follows-mouse.
16777
16778 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16779
16780 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
16781 activate font-locking in the *buffer-selection* buffer.
16782 (bs-show-sorted): Doc fix.
16783
16784 * bs.el (bs--get-marked-string, bs--get-modified-string)
16785 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16786 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
16787 (bs--format-aux): Doc fix.
16788
16789 2007-10-08 Michaël Cadilhac <michael@cadilhac.name>
16790
16791 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
16792
16793 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16794
16795 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
16796 (gud-gdb): New function for old M-x gdb (text command mode).
16797 (gud-gdb-command-name, gdb): Move to...
16798
16799 * progmodes/gdb-ui.el: ...here and adapt doc string.
16800 (gud-gdba-command-name, gdba): Delete.
16801
16802 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
16803
16804 * bs.el: Don't defvar `font-lock-verbose'.
16805 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
16806 (bs--get-file-name): Fix typos in docstrings.
16807 (bs--show-header): Use `dolist' instead of `mapcar'.
16808 (bs-mode): Set `show-trailing-whitespace' to nil.
16809 (bs-buffer-sort-function, bs-mouse-select-other-frame)
16810 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
16811 Doc fixes.
16812
16813 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
16814
16815 * progmodes/gud.el (pdb): Specify file for gud-break.
16816
16817 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16818
16819 * progmodes/gud.el (gdb): Make graphical mode the default and
16820 switch to text command mode if appropriate, i.e., reverse previous
16821 arrangement.
16822 (gud-gdb-marker-filter): Adapt for above change.
16823
16824 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
16825 gud-minor-mode and gud-marker-filter.
16826 (gdb-fullname-regexp): New variable.
16827 (gud-gdba-marker-filter): Use it to switch to text command
16828 mode if appropriate.
16829
16830 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16831
16832 * progmodes/gud.el (gud-display-line): Find source buffer even when
16833 GUD buffer has its own frame.
16834
16835 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16836
16837 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
16838
16839 2007-10-08 Jan Djärv <jan.h.d@swipnet.se>
16840
16841 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
16842
16843 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16844
16845 * allout.el (allout-before-change-handler): Replace got-char by
16846 goto-char.
16847
16848 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
16851 Used to try and automatically enabled smerge-mode in the presence of
16852 conflicts and to call `svn resolved' when the conflicts are gone.
16853 (vc-svn-parse-status): Remember the svn-specific status.
16854
16855 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16856
16857 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
16858 menu-bar-apropos-menu. All users changed.
16859 (menu-bar-help-menu): Change menu symbols to better match the text
16860 displayed by the menu.
16861
16862 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16863
16864 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
16865 #, @, : and ^.
16866
16867 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16868
16869 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
16870
16871 * log-view.el (log-view-mode-map): Likewise.
16872
16873 * diff-mode.el (diff-mode-shared-map): Likewise.
16874
16875 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16876
16877 * files.el (file-name-sans-versions): Also allow `A-Z'.
16878
16879 * vc.el: Mention all supported VC backends.
16880
16881 2007-10-08 Richard Stallman <rms@gnu.org>
16882
16883 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
16884 neighbouring buttons.
16885
16886 2007-10-08 Andreas Schwab <schwab@suse.de>
16887
16888 * files.el (file-name-sans-versions): Also allow `_'.
16889
16890 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16891
16892 * files.el (file-name-sans-versions): Allow - and a-z in version names.
16893
16894 * log-view.el (log-view-mode-map, log-view-mode-menu):
16895 Bind log-view-annotate-version.
16896 (log-view-beginning-of-defun, log-view-end-of-defun)
16897 (log-view-annotate-version): New functions.
16898 (log-view-mode): Use log-view-beginning-of-defun and
16899 log-view-end-of-defun.
16900
16901 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16902
16903 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
16904
16905 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
16908 neighbouring buttons.
16909
16910 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16911 Recognize gcc's use of "note" for informational messages.
16912
16913 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
16916 (css-mode): Update correspondingly.
16917
16918 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
16919
16920 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
16921 Signed-off-by, Acked-by and Merge.
16922
16923 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * ediff-init.el (ediff-verbose-p): This var is not a constant.
16926
16927 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16928
16929 * vc-mtn.el: New file.
16930
16931 * vc-hooks.el (vc-handled-backends): Add Mtn.
16932
16933 2007-10-08 Eli Zaretskii <eliz@gnu.org>
16934
16935 * files.el (find-file, find-file-other-window)
16936 (find-file-other-frame, find-file-existing, find-file-read-only)
16937 (find-file-read-only-other-window)
16938 (find-file-read-only-other-frame)
16939 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
16940
16941 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
16942
16943 * progmodes/gud.el (gdb-ready): New variable.
16944 (gdb): Set it to nil. Set gud-running to nil here...
16945 (gud-common-init): ...instead of here.
16946
16947 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
16948 Use gdb-ready. Discard input until GDB is ready to accept it.
16949
16950 2007-10-08 Martin Rudalics <rudalics@gmx.at>
16951
16952 * dired.el (dired-warning): Inherit from font-lock-warning-face to
16953 make it show up with eight colors.
16954
16955 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
16958 diffs are concatenated with no intervening line.
16959
16960 2007-10-08 Dave Love <fx@gnu.org>
16961
16962 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
16963 (python-font-lock-keywords): Update to the 2.5 version of the language.
16964 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
16965 (python-backspace): Only behave funny in code.
16966 (python-compilation-regexp-alist): Add PDB stack trace regexp.
16967 (inferior-python-mode): Add PDB prompt regexp.
16968 (python-fill-paragraph): Refine the fenced-string regexp.
16969 (python-find-imports): Handle imports spanning several lines.
16970 (python-mode): Add `class' to hideshow support.
16971
16972 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16973
16974 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16975 Use add-log-buffer-file-name-function rather than binding
16976 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
16977 when `fi' is the ChangeLog file itself.
16978
16979 * outline.el (outline-flag-region): Use front-advance.
16980
16981 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
16982
16983 * progmodes/cperl-mode.el: Merge upstream 5.23.
16984 (cperl-where-am-i): Remove function.
16985 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
16986 (cperl-sniff-for-indent): De-invert [string] and [comment].
16987 When looking for label, skip s:m:y:tr.
16988 (cperl-indent-line): Likewise.
16989 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
16990 (cperl-windowed-init): Wrong `ps-print' handling.
16991 Both thanks to Chong Yidong.
16992 (cperl-look-at-leading-count): Could fail with unfinished RExen.
16993 (cperl-find-pods-heres): If the second part of s()[] is missing,
16994 don't try to highlight delimiters...
16995
16996 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * progmodes/compile.el (compilation-get-file-structure): Complete last
16999 change by also using spec-directory in the puthash.
17000
17001 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
17002
17003 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
17004 (vc-bzr-status): Fix shadowing of variable 'status'.
17005 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
17006 Use `expand-file-name' instead of `concat'.
17007 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
17008 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
17009
17010 2007-10-08 Jason Rumney <jasonr@gnu.org>
17011
17012 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
17013
17014 2007-10-08 Richard Stallman <rms@gnu.org>
17015
17016 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
17017 Add `safe-local-variable' property.
17018 (lisp-body-indent): Likewise.
17019
17020 2007-10-08 Richard Stallman <rms@gnu.org>
17021
17022 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
17023 Add doc string.
17024
17025 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17026
17027 * files.el (backup-buffer-copy): Try to overwrite old backup first.
17028
17029 2007-10-08 Martin Rudalics <rudalics@gmx.at>
17030
17031 * repeat.el (repeat): Use last-repeatable-command instead of
17032 real-last-command. Run pre- and post-command hooks for
17033 self-insertion. Update doc-string.
17034
17035 2007-10-08 Alexandre Julliard <julliard@winehq.org>
17036
17037 * vc-git.el (vc-git-state): Call git-add --refresh to update the
17038 state of the file.
17039 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
17040 (vc-git-create-repo): Fix invalid command.
17041
17042 2007-10-08 Richard Stallman <rms@gnu.org>
17043
17044 * textmodes/flyspell.el (flyspell-mode):
17045 Catch errors in flyspell-mode-on.
17046
17047 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
17048
17049 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
17050
17051 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * international/encoded-kb.el (encoded-kbd-setup-display):
17054 Use input-decode-map rather than local-key-translation-map.
17055
17056 * term/rxvt.el (rxvt-alternatives-map): New map.
17057 (terminal-init-rxvt): Use it.
17058 Bind rxvt-function-map in input-decode-map.
17059
17060 * term/xterm.el (xterm-alternatives-map): New map.
17061 (terminal-init-xterm): Use it.
17062 Bind xterm-function-map in input-decode-map.
17063
17064 * term/x-win.el (x-alternatives-map): New var.
17065 (x-setup-function-keys): Use it.
17066
17067 * help-fns.el (describe-variable): Slightly change the layout of
17068 meta-info to separate it better from the docstring.
17069 Standardize insertion of extra empty lines in various circumstances.
17070
17071 * diff-mode.el (diff-hunk-style): New fun.
17072 (diff-end-of-hunk): Use it.
17073 (diff-context->unified): Use the new `apply' undo element,
17074 if applicable, so as to save undo-log space.
17075 (diff-fine-change): New face.
17076 (diff-fine-highlight-preproc): New function.
17077 (diff-fine-highlight): New command.
17078 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
17079
17080 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
17081 (smerge-refine-highlight-change): Add `props' argument.
17082 (smerge-refine-subst): New function holding most of smerge-refine.
17083 (smerge-refine): Use it.
17084
17085 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
17086
17087 * vc.el (vc-default-wash-log): Remove unused code, the
17088 log washers all live in the backends now.
17089 (vc-default-comment-history): Correct for the fact
17090 that wash-log is argumentless in the new API.
17091
17092 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
17093
17094 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
17095 (tramp-maybe-send-script): Apply `member' but `memq'.
17096 (tramp-advice-file-expand-wildcards): Simplify implementation.
17097
17098 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
17099
17100 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
17101
17102 * mb-depth.el (minibuf-depth-indicator-function): New variable.
17103 (minibuf-depth-setup-minibuffer): Use it.
17104
17105 2007-10-07 Glenn Morris <rgm@gnu.org>
17106
17107 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
17108 version numbers.
17109
17110 2007-10-06 Juri Linkov <juri@jurta.org>
17111
17112 * textmodes/fill.el (fill-paragraph-or-region): New function.
17113
17114 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
17115 instead of fill-paragraph.
17116
17117 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
17118 with fill-paragraph-or-region. Suspend command is now the same
17119 `suspend-frame' on window systems and on tty.
17120
17121 * image.el (image-type): Check if image-types is bound to not fail
17122 on tty.
17123
17124 * delsel.el (delete-selection-pre-hook):
17125 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
17126 is fbound to not fail on mouseless tty.
17127
17128 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
17129
17130 * net/tramp.el (top): Move loading of tramp-util.el and
17131 tramp-vc.el to tramp-compat.el.
17132 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
17133 temporary file if possible, in order to avoid a security hole.
17134 (tramp-do-copy-or-rename-file-out-of-band)
17135 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
17136 with DONT-CREATE, because the connection is not setup yet.
17137 (tramp-handle-process-file): Rewrite temporary file handling.
17138 (tramp-completion-mode): New defvar.
17139 (tramp-completion-mode-p): Use it.
17140
17141 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
17142
17143 * net/tramp-fish.el (tramp-fish-handle-process-file):
17144 Rewrite temporary file handling.
17145
17146 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
17147
17148 * vc.el: Workfile version -> focus version change. Port various
17149 comments from new VC to reduce the noise in the diff.
17150 Patch in the new vc-create-repo function to go with the
17151 header comment about it already present.
17152 There are no changes to existing logic in this patch.
17153 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
17154
17155 2007-10-06 Aaron Hawley <aaronh@garden.org>
17156
17157 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
17158
17159 2007-10-05 Chris Moore <dooglus@gmail.com>
17160
17161 * server.el (server-kill-new-buffers): Doc fix.
17162
17163 2007-10-05 John W. Eaton <jwe@octave.org>
17164
17165 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
17166 (octave-begin-keywords): Add "do".
17167 (octave-end-keywords): Remove "end".
17168 (octave-reserved-words): Add "end". Remove "all_va_args",
17169 "gplot", and 'gsplot".
17170 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
17171 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
17172 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
17173 "default_return_value", "define_all_return_values",
17174 "do_fortran_indexing", "empty_list_elements_ok",
17175 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
17176 "ok_to_lose_imaginary_part", "prefer_column_vectors",
17177 "prefer_zero_one_indexing", "propagate_empty_matrices",
17178 "resize_on_range_error", "treat_neg_dim_as_zero",
17179 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
17180 "warn_divide_by_zero", "warn_function_name_clash",
17181 "warn_missing_semicolon", "whitespace_in_literal_matrix".
17182 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
17183 "crash_dumps_octave_core", "sighup_dumps_octave_core",
17184 "sigterm_dumps_octave_core".
17185 (octave-block-match-alist): Remove "end" from block-end keywords.
17186 (octave-mode): Update ftp site address.
17187
17188 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17189
17190 * vc.el: Reorder functions, no code changes.
17191
17192 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
17193
17194 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
17195 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
17196 the cond clauses where needed.
17197 (tramp-handle-write-region): Rearrange code for proper handling of
17198 tmpfile.
17199
17200 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
17201
17202 * net/tramp.el:
17203 * net/tramp-fish.el:
17204 * net/tramp-ftp.el:
17205 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
17206 `tramp-compat-make-temp-file'.
17207
17208 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
17209
17210 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
17211
17212 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17213
17214 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
17215 already uses a more recent copyright version than the "current" one.
17216
17217 2007-10-03 Michaël Cadilhac <michael@cadilhac.name>
17218
17219 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
17220 (doc-view-insert-image): Minor aesthetical docstring changes.
17221
17222 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
17223
17224 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
17225 completing filename.
17226 (doc-view-search-internal): Docstring change.
17227
17228 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
17229
17230 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
17231 (tramp-file-name-handler-alist):
17232 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
17233 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
17234 used before, creates the file already, which is not desired.
17235 (tramp-do-copy-or-rename-file-directly): Simplify handling of
17236 temporary file.
17237 (tramp-handle-insert-file-contents): Assign the result in the
17238 short track case.
17239 (tramp-handle-insert-file-contents-literally): New defun.
17240 (tramp-completion-mode-p): Revert change from 2007-09-24.
17241 Checking for `return' etc as last character is not sufficient, for
17242 example in dired-mode when entering <g> (revert-buffer) or
17243 <s> (dired-sort).
17244
17245 * net/tramp-compat.el (top): Add also compatibility code for loading
17246 appropriate timer package.
17247 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
17248 order to avoid autoloading problems.
17249
17250 * net/tramp-fish.el:
17251 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
17252
17253 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
17254 where the second parameter of `copy-file' or `rename-file' is a
17255 remote file but not via ftp.
17256
17257 2007-10-02 Richard Stallman <rms@gnu.org>
17258
17259 * frame.el (cursor-in-non-selected-windows): Doc fix.
17260
17261 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
17262
17263 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
17264 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
17265
17266 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
17267
17268 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
17269 when `expt' doesn't give range errors.
17270
17271 2007-10-01 Markus Triska <markus.triska@gmx.at>
17272
17273 * calc/calc-math.el (math-smallest-emacs-expt):
17274 Make the computation more robust.
17275
17276 2007-09-30 David Kastrup <dak@gnu.org>
17277
17278 * startup.el (argv): Alias for `command-line-args-left' to use as
17279 `(pop argv)' inside of --eval command sequences. Allows for
17280 passing shell commands into Emacs verbatim without need for Lisp
17281 quoting.
17282
17283 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
17284 check only for changed size.
17285 (auto-revert-tail-handler): Get size from caller. If the file has
17286 shrunk, tail the whole file again (the file presumably has been
17287 rewritten).
17288
17289 * woman.el (woman-topic-all-completions, woman-mini-help):
17290 Fix fallout from 2007-09-07 introduction of `dolist' when the list
17291 actually was being manipulated in the loop.
17292 (woman-Cyg-to-Win, woman-pre-process-region)
17293 (woman-horizontal-escapes, woman-if-body, woman-unescape)
17294 (woman-strings, woman-special-characters, woman1-hc)
17295 (woman-change-fonts, woman-find-next-control-line):
17296 Use `match-beginning' rather than `match-string' when the result is
17297 just used as a flag.
17298
17299 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
17300
17301 * net/tramp-compat.el: New file.
17302
17303 * net/tramp.el:
17304 * net/tramp-fish.el:
17305 * net/tramp-smb.el:
17306 * net/tramp-uu.el:
17307 * net/trampver.el: Move compatibility code to tramp-compat.el.
17308 Apply `mapc' instead of `mapcar' when the code needs side effects
17309 only. Move utf-8 coding cookie to the second line.
17310
17311 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
17312
17313 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
17314 Improve custom type.
17315 (icon-map-list): Make it customizable. Document how to disable
17316 stock icons.
17317
17318 2007-09-30 Richard Stallman <rms@gnu.org>
17319
17320 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
17321
17322 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
17325 (t-mouse-mode): New compatibility alias.
17326
17327 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
17328
17329 * server.el (server-delete-client): Only delete the terminal if it
17330 is non-nil.
17331
17332 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
17333
17334 * net/tramp.el (with-file-property, with-connection-property):
17335 Highlight as keyword.
17336 (tramp-rfn-eshadow-setup-minibuffer)
17337 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
17338 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
17339 (tramp-do-copy-or-rename-file-directly)
17340 (tramp-do-copy-or-rename-file-out-of-band)
17341 (tramp-handle-shell-command, tramp-get-debug-buffer)
17342 (tramp-send-command-and-read, tramp-equal-remote)
17343 (tramp-get-local-gid): Pacify byte-compiler.
17344 (tramp-handle-file-name-directory): Result shall not be expanded.
17345 (tramp-find-foreign-file-name-handler): Rewrite.
17346 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
17347
17348 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
17349
17350 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
17351 Apply `tramp-completion-mode-p'.
17352 (tramp-fish-handle-set-file-times)
17353 (tramp-fish-handle-executable-find)
17354 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
17355 (tramp-fish-retrieve-data): Pacify byte-compiler.
17356
17357 * net/tramp-gw.el (tramp-gw-basic-authentication):
17358 Call `tramp-read-passwd' with first parameter `nil'.
17359
17360 2007-09-28 Glenn Morris <rgm@gnu.org>
17361
17362 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
17363 than mapcar.
17364
17365 * textmodes/tex-mode.el (tex-suscript-height-ratio)
17366 (tex-suscript-height-minimum): New customizable variables.
17367 (tex-suscript-height): New function.
17368 (superscript, subscript): Set height using tex-suscript-height
17369 rather than fixing at 0.8.
17370 (tex-fontify-script, tex-font-script-display): Add :version tag.
17371
17372 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
17373
17374 * progmodes/python.el (python-eldoc-function): Doc fix.
17375
17376 2007-09-27 Glenn Morris <rgm@gnu.org>
17377
17378 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
17379 image if it is not in image-type-auto-detectable, or is there with
17380 a nil value.
17381
17382 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
17383
17384 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
17385 connection more robust.
17386
17387 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
17390 Deal with the case that special &keywords are at the beginning or
17391 end of the argument list. Also add some (incomplete) support for
17392 non-standard arglists.
17393
17394 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17395
17396 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
17397 (eldoc-message-commands, eldoc-current-idle-delay)
17398 (eldoc-function-argstring-format): Fix typos in docstrings.
17399
17400 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
17401
17402 * calc/calc-units.el (calc-convert-units)
17403 (calc-convert-temperature): Remove unnecessary colons.
17404
17405 2007-09-26 Bastien Guerry <bzg@altern.org>
17406
17407 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
17408 New function.
17409 (org-export-latex-remove-from-headlines): Name changed because of typo.
17410 (org-export-latex-quotation-marks-convention): Option removed.
17411 (org-export-latex-make-preamble): Handle the DATE option.
17412 (org-export-latex-cleaned-string): Now the only cleaning function,
17413 synched up with org.el.
17414 (org-export-latex-lists, org-export-latex-parse-list)
17415 (org-export-list-to-latex): New functions.
17416
17417 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
17418
17419 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
17420 (org-outline-regexp): New constant.
17421 (org-remember-handler): Throw error when the target file is not in
17422 org-mode.
17423 (org-cleaned-string-for-export): No longer call
17424 `org-export-latex-cleaned-string' with an argument.
17425 (org-get-tags): Returns now a list, not a string.
17426 (org-get-tags-string): New function.
17427 (org-archive-subtree): No need to split return of `org-get-tags'.
17428 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
17429 instead of `org-get-tags'.
17430 (org-agenda-format-date): Rename from `org-agenda-date-format'.
17431 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
17432 (org-compatible-face): New argument INHERITS. Inherit from this
17433 face if possible.
17434 (org-level-1, org-level-2, org-level-3, org-level-4)
17435 (org-level-5, org-level-6, org-level-7, org-level-8)
17436 (org-special-keyword, org-drawer, org-column, org-warning)
17437 (org-archived, org-todo, org-done, org-headline-done, org-table)
17438 (org-formula, org-code, org-agenda-structure)
17439 (org-scheduled-today, org-scheduled-previously)
17440 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
17441 in the new way.
17442 (org-get-heading): New argument NO-TAGS.
17443 (org-fast-tag-selection-include-todo): Made defvar instead of
17444 defcustom, feature is not deprecated.
17445 (org-remember-store-without-prompt): New default value t.
17446 (org-todo-log-states): New variable.
17447 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
17448 Compute the log states.
17449 (org-goto-map): More commands copied from global map. Also bind
17450 `org-occur'.
17451 (org-goto): Made into a general lookup command.
17452 (org-get-location): Complete rewrite.
17453 (org-goto-exit-command): New variable.
17454 (org-goto-selected-point): New variable.
17455 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
17456 Set the new variables.
17457 (org-paste-subtree): Whitespace insertion strategy revised.
17458 (org-remember-apply-template): Protect v-A from the possibility
17459 that v-a might be nil.
17460 (org-remember-handler): Insertion rules revised.
17461 (org-todo): Respect org-todo-log-states.
17462 (org-up-heading-safe): New function.
17463 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
17464
17465 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
17466
17467 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
17468 region if in transient-mark-mode.
17469
17470 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
17471
17472 * calc/calc-ext.el (calc-init-extensions, calc-reset):
17473 * calc/calc-help.el (calc-full-help):
17474 * calc/calc-misc.el (another-calc):
17475 * calc/calc-store.el (calc-var-name-map):
17476 * calc/calc-stuff.el (calc-flush-caches):
17477 * calc/calc-units.el (math-build-units-table):
17478 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
17479 (calc-quit):
17480 * calendar/icalendar.el (icalendar--format-ical-event)
17481 (icalendar--convert-ical-to-diary):
17482 * emacs-lisp/authors.el (authors):
17483 * emacs-lisp/cust-print.el (custom-print-install)
17484 (custom-print-uninstall):
17485 * emacs-lisp/disass.el (disassemble-1):
17486 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
17487 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
17488 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
17489 (elint-check-let-form, elint-check-condition-case-form)
17490 (elint-initialize):
17491 * emacs-lisp/elp.el (elp-results):
17492 * emacs-lisp/generic.el (generic-mode-internal):
17493 * emacs-lisp/re-builder.el (reb-delete-overlays):
17494 * emacs-lisp/regi.el (regi-interpret):
17495 * emacs-lisp/sregex.el (sregex--char-aux):
17496 * emulation/cua-rect.el (cua--deactivate-rectangle)
17497 (cua--highlight-rectangle, cua--rectangle-post-command):
17498 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
17499 * emulation/viper-macs.el (viper-describe-kbd-macros)
17500 (viper-describe-one-macro):
17501 * emulation/viper-util.el (viper-setup-master-buffer):
17502 * emulation/viper.el (set-viper-state-in-major-mode):
17503 * international/mule-diag.el (describe-current-coding-system):
17504 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
17505 * mail/emacsbug.el (report-emacs-bug):
17506 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
17507 * obsolete/hilit19.el (hilit-unhighlight-region)
17508 (hilit-set-mode-patterns):
17509 * play/solitaire.el (solitaire-check, solitaire-solve):
17510 * play/zone.el (zone-pgm-rotate):
17511 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
17512 * progmodes/ada-prj.el (ada-prj-display-page):
17513 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
17514 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
17515 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
17516 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
17517 * progmodes/sh-script.el (sh-make-vars-local)
17518 (sh-reset-indent-vars-to-global-values):
17519 * progmodes/sql.el (top):
17520 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
17521 * progmodes/xscheme.el (top):
17522 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
17523 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
17524 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
17525 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
17526 (artist-submit-bug-report):
17527 * textmodes/flyspell.el (flyspell-delay-commands)
17528 (flyspell-deplacement-commands):
17529 * textmodes/table.el (table--generate-source-epilogue, table-insert)
17530 (table--generate-source-cells-in-a-row, table--make-cell-map)
17531 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
17532
17533 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
17534
17535 * allout.el (produce-allout-mode-map, allout-process-exposed):
17536 * ansi-color.el (ansi-color-make-color-map):
17537 * autoinsert.el (auto-insert):
17538 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
17539 * dired-aux.el (dired-create-files):
17540 * dired.el (dired-restore-desktop-buffer):
17541 * ediff-diff.el (ediff-setup-fine-diff-regions):
17542 * ediff-mult.el (ediff-intersect-directories)
17543 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
17544 (ediff-redraw-registry-buffer):
17545 * ediff-ptch.el (ediff-fixup-patch-map):
17546 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
17547 (ediff-really-quit, ediff-clear-diff-vector):
17548 * emerge.el (emerge-really-quit):
17549 * ffap.el (ffap-replace-file-component):
17550 * filecache.el (file-cache-add-directory)
17551 (file-cache-add-directory-recursively)
17552 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
17553 (file-cache-delete-directory, file-cache-files-matching-internal)
17554 (file-cache-display):
17555 * files.el (cd):
17556 * find-lisp.el (find-lisp-insert-directory):
17557 * finder.el (finder-compile-keywords):
17558 * help.el (view-emacs-news):
17559 * hi-lock.el (hi-lock-write-interactive-patterns):
17560 * ido.el (ido-to-end, ido-set-matches-1):
17561 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
17562 (image-dired-mark-tagged-files):
17563 * jka-cmpr-hook.el (jka-compr-get-compression-info):
17564 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
17565 * ps-print.el (ps-background, ps-begin-file)
17566 (ps-build-reference-face-lists):
17567 * simple.el (clone-buffer):
17568 * startup.el (command-line):
17569 * tempo.el (tempo-insert-template, tempo-is-user-element)
17570 (tempo-forward-mark, tempo-backward-mark):
17571 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
17572
17573 2007-09-25 Glenn Morris <rgm@gnu.org>
17574
17575 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
17576
17577 * view.el (view-search-no-match-lines): Add a doc string.
17578 Rewrite to simplify and work better.
17579
17580 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17581
17582 * progmodes/cc-mode.el (c-mode-base-map):
17583 Use c-indent-line-or-region instead of c-indent-line.
17584
17585 * indent.el (indent-for-tab-command): First check if the region is
17586 active.
17587
17588 2007-09-24 Michaël Cadilhac <michael@cadilhac.name>
17589
17590 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
17591 whitespace-rescan-timer-time is 0.
17592
17593 2007-09-24 Karl Berry <karl@gnu.org>
17594
17595 * international/mule.el (coding-system-base): Fix doc string grammar.
17596
17597 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
17598
17599 * net/tramp.el (tramp-completion-mode-p): Rename from
17600 `tramp-completion-mode'. Revert logic, check `return', `newline'
17601 and such alike. Packages like Icicles tend to use other completion
17602 characters but `tab' and `space' only.
17603
17604 2007-09-24 Adam Hupp <adam@hupp.org>
17605
17606 * progmodes/python.el (run-python): Import emacs module without
17607 waiting; prevents lockup on error.
17608
17609 2007-09-23 Richard Stallman <rms@gnu.org>
17610
17611 * mail/sendmail.el (mail-bury): Delete the frame
17612 if this frame looks like it was made for this message.
17613
17614 * completion.el (completion-separator-self-insert-command)
17615 (completion-separator-self-insert-autofilling):
17616 If `self-insert-command' has been remapped, use the substitute.
17617
17618 * simple.el (copy-region-as-kill): Doc fix.
17619
17620 * textmodes/org.el (org-confirm-shell-link-function)
17621 (org-confirm-elisp-link-function): Doc fixes.
17622
17623 2007-09-23 Glenn Morris <rgm@gnu.org>
17624
17625 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
17626
17627 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
17628
17629 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
17630
17631 * term/tvi970.el (terminal-init-tvi970): Likewise.
17632
17633 * term/sun-mouse.el (print-mouse-format): Likewise.
17634
17635 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
17636 Use forward-line instead of previous-line and next-line.
17637
17638 2007-09-22 Juri Linkov <juri@jurta.org>
17639
17640 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
17641
17642 * tutorial.el (tutorial--default-keys): Update standard bindings:
17643 rename `iconify-or-deiconify-frame' to `suspend-frame',
17644 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
17645
17646 2007-09-22 Juri Linkov <juri@jurta.org>
17647
17648 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
17649 Add help-echo to external links and to links without description.
17650 (fancy-splash-insert): Use help-echo from the 3rd element of the
17651 link specification list, or "Follow this link" if it's nil. Doc fix.
17652
17653 2007-09-22 Juri Linkov <juri@jurta.org>
17654
17655 * startup.el (command-line): Rename `inhibit-startup-message' to
17656 `inhibit-startup-screen'.
17657 (fancy-about-text): Use shorter label for "Ordering Manuals".
17658 (fancy-startup-tail): Add optional arg `concise'. When `concise'
17659 is nil, display a line with "To start..." and 3 links to useful
17660 tasks. Display the "Dismiss" button and "Don't show this message
17661 again" only when concise is non-nil.
17662 (fancy-startup-screen): Call `fancy-startup-tail' with optional
17663 arg `concise'. If CONCISE is non-nil, display a concise version
17664 of the splash screen in another window. Otherwise, switch to the
17665 startup buffer in the same window.
17666 (startup-echo-area-message): Change displayed binding from
17667 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
17668 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
17669 the GNU system".
17670 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
17671 to "*GNU Emacs*".
17672 (display-about-screen): Don't check the existence of the buffer
17673 "*About GNU Emacs*".
17674 (display-splash-screen): Make alias to `display-startup-screen'.
17675 (command-line-1): Rename `inhibit-startup-message' to
17676 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
17677 started with command line options "-f", "-funcall", "-e", "-eval",
17678 "-execute", "-insert", "-find-file", "-file", "-visit".
17679 Inhibit startup screen when Emacs is started with a file name only
17680 on tty (i.e. don't inhibit it when started with a file name like
17681 "emacs FILE..." on a window system).
17682 (command-line-1): Simplify logic of displaying the startup screen:
17683 if file-count > 0, then display the concise version in another
17684 window, otherwise display full version in the same window.
17685
17686 * help.el (help-map): Bind C-h C-a to about-emacs.
17687 (help-for-help-internal): Add C-a description to C-h help text.
17688
17689 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
17690
17691 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
17692 (checkdoc-permit-comma-termination-flag): Autoload the
17693 safe-local-variable setting.
17694
17695 * bookmark.el (bookmark-xemacsp): Remove.
17696 (bookmark-make): Don't use bookmark-xemacsp,
17697 use (featurep 'xemacs) instead.
17698
17699 * speedbar.el (speedbar-frame-mode)
17700 (speedbar-frame-reposition-smartly)
17701 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
17702 (speedbar-check-vc): Remove use of non-existent variable
17703 dframe-xemacsp, use (featurep 'xemacs) instead.
17704
17705 * indent.el (indent-for-tab-command): Indent the region if
17706 transient-mark-mode and the region is active.
17707
17708 2007-09-21 Francesco Potortì <pot@gnu.org>
17709
17710 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
17711 add inferior-octave-directory-tracker to the buffer-local value
17712 of comint-input-filter-functions.
17713
17714 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17715
17716 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
17717
17718 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
17719
17720 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
17721 on w32 frames.
17722
17723 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * startup.el (normal-top-level): Remove DISPLAY from
17726 process-environment to let it be computed dynamically in callproc.c.
17727
17728 * frame.el (frame-initialize, make-frame):
17729 * faces.el (tty-set-up-initial-frame-faces):
17730 * env.el (setenv): Don't set display-environment-variable.
17731
17732 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
17733 (server-create-tty-frame): Don't set unused `tty' property.
17734 Set `display' instead of display-environment-variable.
17735 (server-create-window-system-frame): No display-environment-variable.
17736
17737 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
17738
17739 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
17740 (rfn-eshadow-update-overlay-hook): New defvars.
17741 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
17742 Run the hooks.
17743
17744 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
17745 (tramp-rfn-eshadow-setup-minibuffer)
17746 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
17747 rfn-eshadow.el.
17748
17749 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
17750 timeout.
17751
17752 2007-09-21 Glenn Morris <rgm@gnu.org>
17753
17754 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
17755 * term/sun-mouse.el (suspend-emacstool): Remove.
17756 * term/sun.el: Remove emacstool-related code.
17757
17758 * emacs-lisp/bytecomp.el (byte-compile-warnings)
17759 (byte-compile-warnings-safe-p): Add `mapcar'.
17760 (byte-compile-warning-types): Add mapcar and make-local.
17761 (byte-compile-normal-call): Add option to suppress mapcar warning.
17762 (top-level): Use mapc rather than mapcar in eval-when-compile.
17763
17764 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
17765 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
17766 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
17767 Handle escaped parens.
17768 (latex-forward-sexp): Doc fix.
17769
17770 * eshell/esh-mode.el (eshell-output-filter-functions):
17771 Add eshell-postoutput-scroll-to-bottom.
17772
17773 * loadup.el: Remove termdev.
17774
17775 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
17776 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
17777
17778 2007-09-21 Markus Triska <markus.triska@gmx.at>
17779
17780 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
17781 `mapcar' is called for effect.
17782
17783 2007-09-21 Kevin Ryde <user42@zip.com.au>
17784
17785 * international/mule.el (sgml-html-meta-auto-coding-function):
17786 Bind `case-fold-search' to t.
17787
17788 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 * termdev.el: Remove.
17791
17792 * frame.el (get-device-terminal): New function. Moved from termdev.el.
17793 (frames-on-display-list): Use it.
17794
17795 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
17796
17797 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
17798
17799 2007-09-20 Richard Stallman <rms@gnu.org>
17800
17801 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
17802
17803 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
17806
17807 2007-09-20 Glenn Morris <rgm@gnu.org>
17808
17809 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
17810 motion functions, rather than hard-coding "\n\n".
17811 (tex-validate-region): Check for eobp, to speed up.
17812 (tex-next-unmatched-end): Doc fix.
17813
17814 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * files.el (auto-mode-alist): Use archive-mode for .rar files.
17817
17818 * international/mule.el (auto-coding-alist): Rar archives are binary.
17819
17820 * arc-mode.el: Add basic support for Rar.
17821 (archive-find-type): Recognize Rar's signature.
17822 (archive-desummarize): New fun.
17823 (archive-summarize): Use it to restore the buffer's data in case
17824 someone wants to switch to some other major mode.
17825 (archive-resummarize): Use it as well.
17826 (archive-rar-summarize, archive-rar-extract): New functions.
17827
17828 * filesets.el: Remove spurious * in docstrings.
17829 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
17830 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
17831 (filesets-ingroup-collect): Remove unused arg `depth'.
17832 (filesets-update): Remove unused arg `version'.
17833
17834 * finder.el (finder-compile-keywords): Fix up comment style.
17835 (finder-mouse-face-on-line): previous-line -> forward-line.
17836
17837 * recentf.el: Remove spurious * in docstrings.
17838 (recentf-save-list): Fix up comment style.
17839
17840 * progmodes/octave-mod.el: Remove spurious * in docstrings.
17841 (octave-mode-map): Move init into declaration and remove \t binding.
17842 (octave-mode-startup-message): Remove unused var.
17843 (octave-scan-blocks): Remove unused arg `from'.
17844 (octave-forward-block, octave-down-block, octave-up-block):
17845 Update callers.
17846
17847 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
17848 (meta-mode-map): Likewise and remove \t binding.
17849
17850 * net/snmp-mode.el: Remove spurious * in docstrings.
17851 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
17852 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
17853 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
17854 that completion accepts lists of strings.
17855 (snmp-mode-syntax-table): Move initialization into declaration.
17856 (snmp-mode-map): Likewise and remove \t binding.
17857 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
17858 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
17859 (snmp-indent-command): Remove.
17860
17861 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
17862 binding, so tab-always-indent works right.
17863
17864 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
17865
17866 * net/browse-url.el (browse-url-elinks-new-window): New function.
17867 (browse-url-elinks): Use browse-url-elinks-new-window.
17868 Accept optional second argument `new-window'. Fix typo in doc-string.
17869 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
17870 Improve error message.
17871
17872 2007-09-19 Michaël Cadilhac <michael@cadilhac.name>
17873
17874 * net/browse-url.el (browse-url-url-encode-chars): Use the right
17875 parameter name in the function body.
17876 Reported by Johannes Weiner.
17877
17878 2007-09-19 Glenn Morris <rgm@gnu.org>
17879
17880 * net/socks.el (socks-open-network-stream): Signal an explicit
17881 error if the port associated with a service string can't be found.
17882
17883 * textmodes/tex-mode.el (tex-terminate-paragraph):
17884 Use backward-paragraph.
17885
17886 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17887
17888 * server.el (server-running-p): New function.
17889
17890 2007-09-18 Jason Rumney <jasonr@gnu.org>
17891
17892 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
17893 x-focus-frame.
17894
17895 * frame.el (select-frame-set-input-focus, select-frame-by-name):
17896 Use x-focus-frame for w32.
17897
17898 2007-09-17 David Kastrup <dak@gnu.org>
17899
17900 * textmodes/tex-mode.el (tex-verbatim-environments):
17901 Eliminate CL dependency.
17902
17903 2007-09-17 Richard Stallman <rms@gnu.org>
17904
17905 * newcomment.el (comment-add): New arg EXTRA.
17906 (comment-region-default): Pass EXTRA if not indenting lines.
17907
17908 2007-09-17 Michaël Cadilhac <michael@cadilhac.name>
17909
17910 * net/browse-url.el (browse-url-url-encode-chars): New function.
17911 URL-encode some chars in a string.
17912 (browse-url-encode-url): Rewrite using the previous function.
17913 (browse-url-file-url): Use `browse-url-url-encode-chars'.
17914 (browse-url-elinks-sentinel): Fix typo.
17915 (browse-url-new-window-flag): Doc change.
17916
17917 2007-09-17 Glenn Morris <rgm@gnu.org>
17918
17919 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
17920 filename from `--file-line-error', if it is available.
17921
17922 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
17923
17924 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
17925 TeX `--file-line-error' format.
17926
17927 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
17928
17929 * xt-mouse.el: Delete add-hook calls that were moved to
17930 xterm-mouse-mode.
17931 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
17932 does not work.
17933
17934 2007-09-17 Richard Stallman <rms@gnu.org>
17935
17936 * cus-face.el (custom-theme-set-faces): Undo previous change.
17937
17938 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
17939
17940 2007-09-17 Glenn Morris <rgm@gnu.org>
17941
17942 * textmodes/tex-mode.el (tex-region): Simplify previous change,
17943 handling the case where the region is not in `tex-main-file'.
17944 (tex-region-1): Delete.
17945 (tex-region-header): New function, doing the header part of the
17946 old tex-region-1.
17947
17948 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17949
17950 * simple.el (newline): Simplify use of prefix-numeric-value.
17951 (line-move-partial): Remove unused var `ppos'.
17952 (line-move-1): Replace 9999 with most-positive-fixnum.
17953 (move-end-of-line): Use more efficient single-property search.
17954 (move-beginning-of-line): Remove unused var `start'.
17955 (blink-matching-open): Restructure in a more functional style.
17956
17957 2007-09-16 Michaël Cadilhac <michael@cadilhac.name>
17958
17959 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
17960
17961 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * server.el (server-clients): Only keep procs, no properties any more.
17964 (server-client): Remove.
17965 (server-client-get, server-client-set): Remove, replace all callers by
17966 process-get and process-put resp.
17967 (server-clients-with, server-add-client, server-delete-client)
17968 (server-create-tty-frame, server-create-window-system-frame)
17969 (server-process-filter, server-execute, server-visit-files)
17970 (server-buffer-done, server-kill-buffer-query-function)
17971 (server-kill-emacs-query-function, server-switch-buffer)
17972 (server-save-buffers-kill-terminal): Update accordingly.
17973
17974 * server.el (server-with-environment): Simplify.
17975 (server-select-display, server-unselect-display): Re-add functions that
17976 seem to have been lost in the multi-tty merge.
17977 (server-eval-and-print, server-create-tty-frame)
17978 (server-create-window-system-frame, server-goto-toplevel)
17979 (server-execute, server-return-error): New functions extracted from
17980 server-process-filter.
17981 (server-execute-continuation): New functions.
17982 (server-process-filter): Restructure so that all arguments are analysed
17983 first and then acted upon in a subsequent stage. This way
17984 server-goto-toplevel can be executed later, when we know if
17985 it's necessary.
17986 Remove the "-version" and "-version-good" support.
17987
17988 2007-09-16 Drew Adams <drew.adams@oracle.com>
17989
17990 * cus-edit.el (custom-face-edit-activate): Doc fix.
17991
17992 2007-09-16 Glenn Morris <rgm@gnu.org>
17993
17994 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
17995 Following cal-bahai renaming, update all instances of
17996 list-bahai-diary-entries to diary-bahai-list-entries,
17997 mark-bahai-diary-entries to diary-bahai-mark-entries,
17998 calendar-goto-bahai-date to calendar-bahai-goto-date,
17999 insert-bahai-diary-entry to diary-bahai-insert-entry,
18000 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
18001 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
18002 calendar-print-bahai-date to calendar-bahai-print-date.
18003
18004 * textmodes/tex-mode.el (tex-region): Handle the case where the
18005 region is not in `tex-main-file'. Move the old code that applies
18006 to both cases...
18007 (tex-region-1): ...to this new function.
18008
18009 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18010
18011 * vc.el (vc-process-sentinel): New function.
18012 (vc-exec-after): Use it instead of using ugly hackish analysis and
18013 construction of Elisp code.
18014 (vc-sentinel-movepoint): New dynamically scoped var.
18015 (vc-print-log, vc-annotate): Set it to move the user's point.
18016
18017 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
18018 inhibit-modification-hooks.
18019
18020 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
18021 (calendar-bahai-print-date, calendar-bahai-goto-date)
18022 (diary-bahai-list-entries, diary-bahai-insert-entry):
18023 New names to clean up the namespace a bit more.
18024 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
18025
18026 2007-09-15 Glenn Morris <rgm@gnu.org>
18027
18028 * calendar/holidays.el (holiday-list): Rename it back to
18029 `list-holidays', but leave `holiday-list' as an alias.
18030
18031 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
18032 custom group.
18033
18034 * textmodes/css-mode.el (css): New custom group.
18035 (css-electrick-keys, css-selector, css-property)
18036 (css-indent-offset): Specify custom group.
18037
18038 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18039
18040 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
18041 (cvs-execute-single-file): Use process-file.
18042 (cvs-run-process): Use start-file-process.
18043
18044 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18045
18046 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
18047 level. Remove the hooks when turning off the mode.
18048
18049 * term/xterm.el: Require xt-mouse at compile time.
18050 (terminal-init-xterm): Turn on xterm mouse tracking for this
18051 terminal if xterm-mouse-mode is enabled.
18052
18053 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18054
18055 * term/xterm.el (xterm-function-map): Replace bindings that were
18056 deleted by the merge.
18057
18058 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
18059
18060 * play/bubbles.el (bubbles-version): Bump value to "0.5".
18061 (bubbles-mode-map): Move define-key statements here.
18062 (bubbles-game-theme-menu): Ditto.
18063 (bubbles-graphics-theme-menu): Ditto.
18064 (bubbles-menu): Ditto.
18065 (bubbles-mode): Initialize buffer-undo-list, redisplay.
18066 (bubbles--initialize): Reset buffer-undo-list, redisplay.
18067 (bubbles-plop): Set buffer-undo-list, redisplay.
18068 (bubbles-undo): Reset buffer-undo-list, redisplay.
18069 (bubbles--show-images): Take care of missing text properties.
18070
18071 2007-09-14 Glenn Morris <rgm@gnu.org>
18072
18073 * startup.el (fancy-startup-text, fancy-about-text): Fix face
18074 quoting.
18075
18076 * calendar/cal-hebrew.el, calendar/cal-menu.el
18077 * calendar/calendar.el, calendar/diary-lib.el
18078 * calendar/holidays.el: Rename all instances of
18079 list-calendar-holidays callers to calendar-list-holidays,
18080 list-holidays to holiday-list, check-calendar-holidays to
18081 calendar-check-holidays, mark-calendar-holidays to
18082 calendar-mark-holidays, and filter-visible-calendar-holidays to
18083 holiday-filter-visible-calendar.
18084
18085 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18086
18087 * term/xterm.el (xterm-function-map): Add C-M- bindings.
18088
18089 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
18090
18091 * play/bubbles.el (bubbles--initialize-images): Fix bug:
18092 Use transparent background for empty cells in graphics mode.
18093
18094 2007-09-13 Jari Aalto <jari.aalto@cante.net>
18095
18096 * man.el (Man-default-man-entry): At end of line, continue looking
18097 to the next line for possible end of hyphenated command.
18098
18099 2007-09-13 Chris Moore <dooglus@gmail.com>
18100
18101 * shell.el (shell-resync-dirs): Don't move the cursor relative to
18102 the command being edited.
18103
18104 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
18105
18106 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
18107
18108 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
18109
18110 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
18111 C-M-S- keys.
18112
18113 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
18114
18115 2007-09-12 Michaël Cadilhac <michael@cadilhac.name>
18116
18117 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
18118 New argument `filename-p' to use one set of confusing chars or another.
18119 (browse-url-file-url): Use the argument.
18120 Suggested by Johannes Weiner.
18121
18122 2007-09-12 Romain Francoise <romain@orebokech.com>
18123
18124 * cus-start.el (all): Revert 2007-09-08 change.
18125
18126 2007-09-12 Aaron Hawley <aaronh@garden.org>
18127
18128 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
18129 extract .Z files, since it is more common than uncompress.
18130
18131 2007-09-12 Glenn Morris <rgm@gnu.org>
18132
18133 * textmodes/org-publish.el (org-publish-org-to-html): Remove
18134 duplicate function definition.
18135
18136 2007-09-10 Chris Moore <dooglus@gmail.com>
18137
18138 * diff-mode.el (diff-sanity-check-hunk):
18139 Also accept single-line hunks.
18140
18141 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
18142
18143 * startup.el (startup-screen-inhibit-startup-screen)
18144 (pure-space-overflow-message): New vars.
18145 (fancy-splash-insert): Allow functions for face and link specs.
18146 (fancy-splash-head): Remove unused arg. Move splash text...
18147 (fancy-startup-text, fancy-about-text): ...here.
18148 (fancy-startup-tail): Rename from fancy-splash-tail.
18149 (fancy-startup-screen, fancy-about-screen): Split off from
18150 fancy-splash-screens.
18151 (display-startup-screen): New function.
18152 (display-about-screen): Rename from display-splash-screen.
18153 (command-line-1): Use concise startup screen if necessary.
18154
18155 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
18156
18157 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
18158 Reported by Jan Djärv <jan.h.d@swipnet.se>.
18159
18160 2007-09-10 Dave Love <fx@gnu.org>
18161
18162 * outline.el (outline-4, outline-5, outline-7):
18163 Move font-lock-builtin-face down from 4 to 7 to better keep the
18164 progression of color brightness, and to better match Org-mode's faces.
18165
18166 2007-09-10 Michaël Cadilhac <michael@cadilhac.name>
18167
18168 * progmodes/meta-mode.el (meta-font-lock-keywords)
18169 (font-lock-match-meta-declaration-item-and-skip-to-next)
18170 (meta-comment-indent, meta-indent-previous-line)
18171 (meta-indent-unfinished-line, meta-beginning-of-defun)
18172 (meta-end-of-defun, meta-common-initialization): Handle \f.
18173 (meta-indent-unfinished-line): Do not handle a `%' in a string as
18174 a comment-start.
18175
18176 * files.el (file-modes-char-to-who, file-modes-char-to-right)
18177 (file-modes-rights-to-number): Auxiliary functions for symbolic to
18178 numeric notation of file modes.
18179 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
18180 numeric value.
18181 (read-file-modes): New. Read either an octal value of a file mode or a
18182 symbolic value, and return its numeric value.
18183
18184 * dired-aux.el (dired-do-chmod): Change to use the built-in
18185 `set-file-modes' and the previous symbolic mode parsing functions.
18186
18187 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18188
18189 * textmodes/texinfo.el: Remove spurious * in docstrings.
18190 (texinfo-mode-syntax-table, texinfo-mode-map):
18191 Initialize in the declaration.
18192
18193 * tmm.el: Remove spurious * in docstrings.
18194 (tmm-prompt): Use with-current-buffer.
18195
18196 * vcursor.el: Remove spurious * in docstrings.
18197 (vcursor-map): Initialize in the declaration.
18198 (vcursor-use-vcursor-map): Use define-minor-mode.
18199 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
18200
18201 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
18202 Initialize in the declaration.
18203 (widget-minor-mode): Use define-minor-mode.
18204
18205 * woman.el (woman-mode-map, woman-syntax-table):
18206 Initialize in the declaration.
18207
18208 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
18209
18210 * doc-view.el: New file.
18211
18212 2007-09-09 Juri Linkov <juri@jurta.org>
18213
18214 * Makefile.in (update-authors): Add etc/ to AUTHORS.
18215
18216 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
18217
18218 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
18219 to "Startup screen". Fix docstring.
18220 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
18221 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
18222 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
18223 (initial-scratch-message): Fix docstring.
18224 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
18225 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
18226 Add link to "Customize Startup" and set interval between links to
18227 5 spaces.
18228 (fancy-about-text): Add links "Authors" and "Contributing".
18229 (fancy-splash-head): Add text "Welcome to " on the startup screen,
18230 and "This is " on the about screen. Add link to
18231 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
18232 For the about screen move emacs version to the header from
18233 `fancy-splash-tail' (as it's done already for normal about screen).
18234 (fancy-splash-tail): Insert emacs version only for startup screen.
18235 (normal-splash-screen): Remove duplicate empty lines.
18236 (normal-about-screen): Add links "Authors" and "Contributing".
18237
18238 * menu-bar.el (menu-bar-help-menu):
18239 Move "About Emacs" and "About GNU" to the end of the Help menu.
18240 Move "Emacs Psychotherapist" after "Send Bug Report...".
18241 Move "External Packages" after "Find Emacs Packages".
18242
18243 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
18244
18245 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
18246 they are useless with the byte compiler.
18247 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
18248 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
18249 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
18250 (tramp-file-name-real-host, tramp-file-name-port)
18251 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
18252 defuns.
18253
18254 * net/tramp-cache.el (top): Improve error message when
18255 `tramp-persistency-file-name' is corrupted.
18256
18257 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
18258
18259 * textmodes/org.el (org-re): Also replace the :alpha: class.
18260 (org-todo-tag-alist): Variable removed.
18261 (org-todo-key-alist, org-todo-key-trigger): New variables.
18262 (org-use-fast-todo-selection): New option.
18263 (org-log-done): Docstring fixed.
18264 (org-deadline-warning-days): New default value 14.
18265 (org-edit-timestamp-down-means-later): New option.
18266 (org-tag-alist): Docstring fixed.
18267 (org-fast-tag-selection-include-todo): New option.
18268 (org-export-language-setup): New languages added.
18269 (org-set-regexps-and-options): Compute the new variables.
18270 (org-paste-subtree): Cleaning up.
18271 (org-remember-apply-template): New escape %A.
18272 (org-todo): Call fast TODO selection.
18273 (org-fast-todo-selection): New function.
18274 (org-add-log-note): Allow prefix for abort exit.
18275 (org-at-property-p, org-entry-properties)
18276 (org-columns-get-autowidth-alist): Use :alpha: class.
18277 (org-get-wdays): New function.
18278 (org-agenda-remove-date): New variable.
18279 (org-agenda-get-deadlines): Use `org-get-wdays'.
18280 (org-agenda-get-deadlines): Reverse ee before returning.
18281 (org-format-agenda-item): New argument REMOVE-RE.
18282 (org-agenda-convert-date): Baha'i calendar added.
18283 (org-infile-export-plist): Also find DATE line.
18284 (org-get-min-level): New function.
18285 (org-export-as-html, org-export-as-ascii): Use the date format.
18286 (org-shiftup, org-shiftdown): Use.
18287 `org-edit-timestamp-down-means-later'.
18288 (org-assign-fast-keys): New function.
18289
18290 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
18291
18292 * cus-start.el (all): Add prefer-window-split-horizontally from
18293 window.c.
18294
18295 2007-09-08 Eli Zaretskii <eliz@gnu.org>
18296
18297 * net/browse-url.el (browse-url-galeon): Fix last change.
18298 (top-level): Require cl when compiling.
18299
18300 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
18301
18302 * textmodes/org-export-latex.el: arch-tag restored.
18303
18304 * textmodes/org-publish.el: arch-tag restored.
18305
18306 2007-09-08 Masatake YAMATO <jet@gyve.org>
18307
18308 * progmodes/which-func.el (which-func-modes): Add diff-mode.
18309
18310 * progmodes/cc-langs.el: Support new keywords added to
18311 objective-c frontend of gcc.
18312 (c-simple-stmt-kwds): Add @throw.
18313 (c-block-stmt-2-kwds): Add @synchronized.
18314 (c-block-stmt-1-kwds): Add @finally and @try.
18315
18316 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
18317
18318 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
18319 (org-agenda-after-show-hook): New variable.
18320 (org-columns-compile-format)
18321 (org-columns-get-autowidth-alist, org-buffer-property-keys)
18322 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
18323 property names.
18324 (org-get-wdays): New function.
18325
18326 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18327
18328 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
18329
18330 * term/xterm.el (xterm-function-map): Initialize in the declaration.
18331
18332 * vc-arch.el (vc-arch-checkin): Fix typo.
18333
18334 2007-09-07 Johan Bockgård <bojohan@gnu.org>
18335
18336 * cus-face.el (custom-theme-set-faces): Set face attributes
18337 locally for each frame.
18338
18339 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
18342 via font-lock-defaults.
18343
18344 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
18345 derived-mode-p.
18346
18347 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
18348
18349 * progmodes/autoconf.el (autoconf-definition-regexp):
18350 Handle optional square brackets around definition name.
18351
18352 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
18353
18354 * net/browse-url.el (browse-url-browser-function): Add elinks.
18355 (browse-url-elinks-wrapper): New option.
18356 (browse-url-encode-url, browse-url-elinks)
18357 (browse-url-elinks-sentinel): New functions.
18358 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
18359 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
18360 Use new function browse-url-encode-url.
18361
18362 2007-09-07 Glenn Morris <rgm@gnu.org>
18363
18364 * version.el (emacs-version): Revert 2007-08-29 change: no need to
18365 say if multi-tty is present.
18366
18367 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * cus-start.el (split-window-preferred-function): Add custom info.
18370
18371 * calendar/holidays.el (holiday-list, calendar-check-holidays)
18372 (calendar-mark-holidays, calendar-list-holidays)
18373 (holiday-filter-visible-calendar): New names to clean up namespace.
18374 (filter-visible-calendar-holidays, list-calendar-holidays)
18375 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
18376 Add compatibility aliases.
18377 (calendar-check-holidays, calendar-mark-holidays)
18378 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
18379 (holiday-sexp): Replace append with list.
18380 (holiday-filter-visible-calendar): Replace append with push.
18381
18382 * woman.el: Remove spurious * in docstrings.
18383 (woman-mini-help, woman-non-underline-faces, woman0-rename)
18384 (woman-topic-all-completions-merge, woman-file-name-all-completions)
18385 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
18386 (woman-write-directory-cache, woman-display-extended-fonts)
18387 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
18388 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
18389 (woman-mode): Use inhibit-read-only.
18390 (woman-negative-vertical-space): Use dotimes.
18391 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
18392
18393 2007-09-06 Romain Francoise <romain@orebokech.com>
18394
18395 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
18396 (vc-bzr-workfile-version): Use it.
18397
18398 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
18399
18400 * complete.el (PC-do-completion): Don't try to treat
18401 empty string as an abbreviation.
18402
18403 2007-09-06 Johan Bockgård <bojohan@dd.chalmers.se>
18404
18405 * help-fns.el (describe-variable): Keep doc's text properties.
18406
18407 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
18408
18409 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
18410 instead of a file.
18411
18412 2007-09-06 Glenn Morris <rgm@gnu.org>
18413
18414 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
18415 (checkdoc-minor-mode): Allow user to specify lighter via
18416 checkdoc-minor-mode-string.
18417
18418 2007-09-05 Richard Stallman <rms@gnu.org>
18419
18420 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
18421 Several items removed, simplified, or put on one line.
18422 (fancy-about-text): Add substantial contents, part of startup text.
18423 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
18424 (normal-splash-screen): Call normal-mouse-startup-screen,
18425 normal-no-mouse-startup-screen, or normal-about-screen.
18426 (normal-mouse-startup-screen): New fn, broken out, shortened.
18427 (normal-no-mouse-startup-screen): New fn, broken out.
18428 (normal-about-screen): New function, contents all new.
18429
18430 2007-09-05 Michaël Cadilhac <michael@cadilhac.name>
18431
18432 * emacs-lisp/rx.el (rx): Fix typo in docstring.
18433
18434 2007-09-05 Glenn Morris <rgm@gnu.org>
18435
18436 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
18437 is bound.
18438
18439 2007-09-05 Johan Bockgård <bojohan@dd.chalmers.se>
18440
18441 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
18442 in doc string.
18443
18444 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18445
18446 * server.el (server-start, server-unload-hook): Undo previous change.
18447
18448 * xt-mouse.el: Undo previous change.
18449
18450 2007-09-04 Juri Linkov <juri@jurta.org>
18451
18452 * startup.el (fancy-about-text): New variable.
18453 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
18454 (fancy-current-text, fancy-splash-stop-time)
18455 (fancy-splash-outer-buffer): Remove variables.
18456 (fancy-splash-head, fancy-splash-tail): Add new optional argument
18457 `startup' and use it to conditionally display different texts for
18458 Startup and About screens. Don't display Help commands on the About
18459 screen.
18460 (fancy-splash-screens-1): Remove function and move its content to
18461 `fancy-splash-screens' to the part that dislpays the About screen.
18462 (exit-splash-screen): Don't treat specially exiting from
18463 alternating screens.
18464 (fancy-splash-screens): Rename argument `static' to `startup'.
18465 Fix docstring. Remove code for displaying alternating screens.
18466 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
18467 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
18468 for `inhibit-read-only'.
18469 (normal-splash-screen): Rename argument `static' to `startup'.
18470 Fix docstring. Use argument `startup' to conditionally display
18471 different texts for Startup and About screens. Don't display Help
18472 commands on the About screen. Remove `unwind-protect' `sit-for'
18473 delay and `kill-buffer' after it.
18474 (display-startup-echo-area-message): Remove call to
18475 `use-fancy-splash-screens-p' because image.el is preloaded and
18476 doesn't display "Loading image... done".
18477 (display-splash-screen): Rename argument `static' to `startup'.
18478 Fix docstring.
18479
18480 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
18481
18482 * server.el (server-start, server-unload-hook):
18483 suspend-tty-functions has been renamed to suspend-tty-hook.
18484
18485 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
18486 resume-tty-hook.
18487
18488 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
18489
18490 * loadup.el: Fix merge problem, only load "button" once.
18491
18492 2007-09-03 Glenn Morris <rgm@gnu.org>
18493
18494 * vc-svn.el (vc-svn-print-log): If there is only one file, use
18495 "Working file:" as the prefix, for the sake of
18496 log-view-current-file.
18497
18498 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18499
18500 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
18501 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
18502 if the selected frames is in
18503 xterm-modify-other-keys-terminal-list.
18504 (xterm-turn-off-modify-other-keys): Add an optional frame
18505 parameter. Only turn off modify-other-keys if FRAME is in
18506 xterm-modify-other-keys-terminal-list.
18507 (xterm-remove-modify-other-keys): New function.
18508 (terminal-init-xterm): Use it. Deal with delete-frame hook.
18509 Add the selected frame to xterm-modify-other-keys-terminal-list.
18510
18511 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
18512
18513 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
18514 (icon-map-list): New variable.
18515 (x-gtk-map-stock): Use icon-map-list.
18516
18517 2007-09-02 Romain Francoise <romain@orebokech.com>
18518
18519 * log-view.el (log-view-current-file): Balance parens.
18520
18521 2007-09-02 Glenn Morris <rgm@gnu.org>
18522
18523 * comint.el (comint-mode): Don't set scroll-conservatively.
18524
18525 * eshell/em-unix.el (eshell/time): Stringify and flatten the
18526 non-command arguments.
18527
18528 * log-view.el (log-view-current-file): Give a more explicit error
18529 if log-view-file-re fails to find a match.
18530
18531 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
18532
18533 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18534 Fix bug: Don't expand top-level file name more than once.
18535 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
18536
18537 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18538
18539 * server.el (server-process-filter): Don't display the splash screen.
18540 It's annoying enough on the initial screen and becomes positively
18541 obnoxious here.
18542
18543 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18544
18545 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
18546 Change naming to use "avl-tree--" for internal functions.
18547
18548 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
18549
18550 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
18551 the merge.
18552 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
18553 (provide): Move to the end of file.
18554
18555 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
18556
18557 2007-08-31 Michaël Cadilhac <michael@cadilhac.name>
18558
18559 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
18560 New variable. List of exceptions for the duplicated word rule.
18561 (flyspell-mark-duplications-flag): Mention it.
18562 (flyspell-word): Treat it.
18563
18564 * files.el (create-file-buffer): If the filename sans directory starts
18565 with spaces, remove them.
18566
18567 2007-08-31 Jan Djärv <jan.h.d@swipnet.se>
18568
18569 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
18570 (x-gtk-map-stock): Use two directory elements when matching
18571 file name.
18572
18573 2007-08-31 James Wright <james@chumsley.org>
18574
18575 * eshell/em-unix.el (eshell/info): New function.
18576
18577 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18578
18579 * frame.el (frame-initialize, make-frame):
18580 * server.el (server-process-filter):
18581 * faces.el (tty-set-up-initial-frame-faces): Don't set
18582 term-environment-variable since it's not used any more.
18583
18584 * env.el (setenv): Don't treat $TERM specially.
18585
18586 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
18587 stated otherwise, subprocesses do not send back escape sequences
18588 corresponding to the terminal from which Emacs was started.
18589
18590 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
18591
18592 * calculator.el: Require cl for compilation.
18593
18594 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
18595
18596 * outline.el (outline-font-lock-levels): Comment out unused var.
18597 (outline-font-lock-face): Wrap around face list to handle any
18598 nesting depth gracefully.
18599
18600 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
18601
18602 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
18603 `set-file-times'.
18604
18605 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
18606
18607 * textmodes/org.el (org-export-visible): Fix drawers before export.
18608 (org-do-sort): Allow sorting by priority.
18609 (org-agenda-files): Ignore non-existing files.
18610 (org-agenda-skip-unavailable-files): New variable.
18611 (org-ellipsis): All a face as value.
18612 (org-mode): Interprete the face value of `org-ellipsis'.
18613 (org-archive-save-context-info): New option.
18614 (org-archive-subtree): Store context info in archived entry.
18615 (org-fast-tag-selection-can-set-todo-state): New variable.
18616 (org-fast-tag-selection): Allow setting TODO states through this
18617 interface.
18618 (org-cycle): Docstring updated.
18619 (org-todo-keyword-faces): New option.
18620 (org-get-todo-face): New function.
18621 (org-set-font-lock-defaults, org-agenda-highlight-todo):
18622 Use `org-get-todo-face'.
18623 (org-switch-to-buffer-other-window): New function.
18624 (org-table-edit-field, org-table-show-reference)
18625 (org-table-edit-formulas, org-add-log-note)
18626 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
18627 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
18628 `switch-to-buffer-other-window' to make sure that the temporary
18629 windows show up on the current frame.
18630 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
18631 (org-get-entries-from-diary, org-replace-region-by-html):
18632 Don't allow pop-up frames.
18633 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18634 Fix problems with time-of-day.
18635 (org-export-get-title-from-subtree): New function.
18636 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
18637 with listing items that are DONE.
18638 (org-change-tag-in-region): New command.
18639 (org-agenda-skip-scheduled-if-done)
18640 (org-agenda-skip-deadline-if-done): Docstring clarified.
18641 (org-mode): Hide drawers on startup.
18642 (org-get-todo-face): New function.
18643 (org-todo-keyword-faces): New option.
18644 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
18645 (org-remove-keyword-keys): New function.
18646
18647 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
18648
18649 * progmodes/grep.el (grep-find-ignored-directories):
18650 Add monotone _MTN bookkeeping directory in workspaces.
18651 Add RCS control directory. List items in alphabetical order.
18652
18653 * progmodes/grep.el (grep-files-aliases): Add cc alias.
18654 Sort items in alphabetical order. Fix parens.
18655
18656 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18657
18658 * vc-hg.el (vc-hg-extra-menu-map): New variable.
18659 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
18660 (vc-hg-pull): New functions.
18661 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
18662
18663 * term/mac-win.el: Don't require url, only autoloaded url
18664 functions are used in this file.
18665
18666 2007-08-29 Andreas Schwab <schwab@suse.de>
18667
18668 * shell.el (shell): Return correct value from interactive spec.
18669
18670 2007-08-29 Glenn Morris <rgm@gnu.org>
18671
18672 * version.el (emacs-version): Increase to 23.0.50.
18673
18674 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
18675
18676 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
18677
18678 2007-08-29 Juri Linkov <juri@jurta.org>
18679
18680 * loadup.el: Add "button" loading after "faces" and move "startup"
18681 to load after "button".
18682
18683 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
18684
18685 * loadup.el: Load term/mac-win on a Mac using Carbon.
18686
18687 * term/mac-win.el: Provide mac-win.
18688 (mac-initialized): New variable.
18689 (mac-initialize-window-system): New function. Move global setup here.
18690 (handle-args-function-alist, frame-creation-function-alist):
18691 (window-system-initialization-alist): Add mac entries.
18692 (x-setup-function-keys): New function containing all the
18693 top level function key definitions.
18694
18695 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
18696
18697 * env.el (read-envvar-name): Don't consider the environment frame param.
18698
18699 * env.el (setenv):
18700 * frame.el (frame-initialize, make-frame):
18701 * faces.el (tty-set-up-initial-frame-faces):
18702 * server.el (server-process-filter): Set
18703 display-environment-variable and term-environment-variable.
18704
18705 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
18706
18707 2007-08-29 Jason Rumney <jasonr@gnu.org>
18708
18709 * loadup.el: Only load term/x-win when X is compiled in.
18710 Load term/w32-win and dependencies on windows-nt.
18711
18712 * term/w32-win.el: Reorder to match x-win.el more closely.
18713 Provide w32-win. Don't throw error when global window-system not w32.
18714 (internal-face-interactive): Remove obsolete function.
18715 (x-setup-function-keys): Use local-function-key-map.
18716 (w32-initialized): New variable.
18717 (w32-initialize-window-system): Set it.
18718 Move more global setup here.
18719 (x-setup-function-keys): New function.
18720 (w32-initialize-window-system): Move non function key global setup here.
18721 (x-cut-buffer-max): Remove.
18722 (w32-initialize-window-system): New function.
18723 (handle-args-function-alist, frame-creation-function-alist):
18724 (window-system-initialization-alist): Add w32 entries.
18725
18726 2007-08-29 David Kastrup <dak@gnu.org>
18727
18728 * env.el (getenv): Pass frame to getenv-internal.
18729
18730 2007-08-29 Károly Lőrentey <lorentey@elte.hu>
18731
18732 * version.el (emacs-version): Show if multi-tty is present.
18733
18734 * loadup.el: Delay loading env; mule-conf gets confused by cl
18735 during bootstrap. Also load termdev and term/x-win.
18736
18737 * bindings.el (mode-line-client): New variable.
18738 (help-echo): Add it to the default mode-line format.
18739
18740 * cus-start.el: Remove bogus window-system reference from GTK test.
18741
18742 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
18743 (ebrowse-electric-position-mode-map):
18744 * ebuff-menu.el (electric-buffer-menu-mode-map):
18745 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
18746 not `suspend-emacs'.
18747
18748 * ediff-wind.el (ediff-setup-windows-automatic): New function.
18749 (ediff-window-setup-function): Use it as default.
18750
18751 * files.el (save-buffers-kill-terminal): New function.
18752 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
18753
18754 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
18755 and `with-selected-frame'.
18756
18757 * help-fns.el (describe-variable): Describe frame-local variables
18758 correctly.
18759
18760 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
18761 display support.
18762 (normal-erase-is-backspace-setup-frame): New function.
18763
18764 * subr.el (with-selected-frame): New function.
18765 (read-quoted-char): Use terminal-local binding of
18766 local-function-key-map instead of function-key-map.
18767
18768 * talk.el (talk): New function.
18769 (talk-handle-delete-frame): New function.
18770 (talk-add-display): Open a new frame only if FRAME was not a frame.
18771
18772 * termdev.el: New file.
18773
18774 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
18775 * term/x-win.el: Don't bind f10.
18776 * tmm.el: Remove autoload binding for f10.
18777
18778 * international/encoded-kb.el (encoded-kbd-setup-display): Use
18779 `set-input-meta-mode'. Fix broken condition before set-input-mode.
18780 Store the saved input method as a terminal parameter. Add keymap
18781 parameter. Use it instead of changing key-translation-map directly.
18782 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
18783 Remove.
18784 (encoded-kbd-setup-display): New function.
18785
18786 * international/mule-cmds.el (set-locale-environment): Fix getenv
18787 call. Use save-buffers-kill-terminal. Ignore window-system; always
18788 set the keyboard coding system. Add DISPLAY parameter.
18789 (set-display-table-and-terminal-coding-system): Add DISPLAY
18790 parameter. Pass it to set-terminal-coding-system.
18791
18792 * international/mule.el (keyboard-coding-system): Test for
18793 encoded-kbd-setup-display, not encoded-kbd-mode.
18794 (set-terminal-coding-system, set-keyboard-coding-system): Add
18795 DISPLAY parameter.
18796 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
18797
18798 * term/README: Update.
18799
18800 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
18801
18802 * term/x-win.el (x-setup-function-keys): New function. Move
18803 function-key-map tweaks here. Protect against multiple calls on
18804 the same terminal. Use terminal-local binding of
18805 local-function-key-map instead of function-key-map.
18806 (x-initialize-window-system): Make a copy of pure list. Pass a
18807 frame getenv.
18808
18809 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
18810 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
18811 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
18812 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
18813 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
18814 local-function-key-map instead of function-key-map.
18815
18816 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
18817 `substitute-key-definition' and `define-key' calls against
18818 multiple execution. Use terminal-local binding of
18819 local-function-key-map instead of function-key-map. Pass a frame
18820 to getenv.
18821
18822 * edmacro.el (edmacro-format-keys):
18823 * emulation/cua-base.el (cua--pre-command-handler):
18824 * isearch.el (isearch-other-meta-char):
18825 * xt-mouse.el: Use terminal-local binding of
18826 local-function-key-map instead of function-key-map.
18827
18828 * fringe.el (set-fringe-mode): Simplify and fix using
18829 `modify-all-frames-parameters'.
18830 * scroll-bar.el (set-scroll-bar-mode): Ditto.
18831 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
18832 check before calling `tool-bar-setup'.
18833 (tool-bar-setup): New variable.
18834 (tool-bar-setup): Use it to guard against multiple calls. Add
18835 optional frame parameter, and select that frame before adding items.
18836 (toggle-tool-bar-mode-from-frame): New function.
18837
18838 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
18839 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
18840 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
18841 "Tool-bar" toggles to reflect the state of the current frame.
18842 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
18843
18844 * env.el: Require cl for byte compilation (for `block' and `return').
18845 (environment, setenv-internal): New functions.
18846 (let-environment): New macro.
18847 (setenv, getenv): Add optional terminal parameter. Update docs.
18848 (setenv): Use setenv-internal. Always set process-environment.
18849 Handle `local-environment-variables'.
18850 (read-envvar-name, setenv, getenv): Use frame parameters
18851 to store the local environment, not terminal parameters. Include
18852 `process-environment' as well.
18853
18854 * faces.el (tty-run-terminal-initialization): New function.
18855 (tty-create-frame-with-faces): Use it. Set up faces and
18856 background mode only after the terminal has been initialized.
18857 Call terminal-init-*. Don't load the initialization file more
18858 than once. Call set-locale-environment.
18859 (frame-set-background-mode): Handle the 'background-mode terminal
18860 parameter.
18861 (tty-find-type): New function.
18862 (x-create-frame-with-faces): Remove bogus check for
18863 first frame. Call `tool-bar-setup'. Don't make frame visible
18864 until we are done setting up all its parameters. Call
18865 x-setup-function-keys.
18866
18867 * frame.el (make-frame): Always inherit 'environment and 'client
18868 parameters. Set up the 'environment frame parameter, when needed.
18869 Also inherit 'client parameter. Don't override explicitly
18870 specified values with inherited ones. Add 'terminal frame
18871 parameter. Append window-system-default-frame-alist to parameters
18872 before calling frame-creation-function.
18873 (frame-initialize): Copy the environment from the initial frame.
18874 (window-system-default-frame-alist): Enhance doc string.
18875 (frame-notice-user-settings): Don't put 'tool-bar-lines in
18876 `default-frame-alist' when initial frame is on a tty.
18877 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
18878 Remove specified parameters from `window-system-default-frame-alist'.
18879 (make-frame-on-tty, framep-on-display, suspend-frame):
18880 Extend doc string, update parameter names.
18881 (frames-on-display-list): Use terminal-id to get the display id.
18882 (frame-notice-user-settings): Extend to apply
18883 settings in `window-system-default-frame-alist' as well.
18884 (terminal-id, terminal-parameters, terminal-parameter)
18885 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
18886 (delete-frame-functions): Add to `delete-frame-functions' hook.
18887 (blink-cursor-mode): Adapt blink-cursor-mode default
18888 value from startup.el.
18889 (make-frame-on-display): Protect condition on x-initialized when
18890 x-win.el is not loaded. Update doc.
18891 (suspend-frame): Use display-controlling-tty-p to decide between
18892 suspend-emacs and suspend-tty.
18893 (frames-on-display-list): Update for display ids.
18894 (framep-on-display): Ditto.
18895 (suspend-frame): Use display-name, not frame-tty-name.
18896 (selected-terminal): New function.
18897
18898 * server.el: Use `device' instead of `display' or `display-id' in
18899 variable and client parameter names.
18900 (server-select-display): Remove (unused).
18901 (server-tty-live-p, server-handle-delete-tty): Remove.
18902 (server-unquote-arg, server-quote-arg, server-buffer-clients):
18903 Update docs.
18904 (server-getenv-from, server-with-environment, server-send-string)
18905 (server-save-buffers-kill-terminal): New functions.
18906 (server-delete-client): Handle quits in kill-buffer. Don't kill
18907 modified buffers. Add extra logging. Delete frames after
18908 deleting the tty. Clear 'client parameter before deleting a frame.
18909 Use delete-display, not delete-tty.
18910 (server-visit-files): Don't set `server-existing-buffer' if the
18911 buffer already has other clients. Return list of buffers
18912 created. Update doc. Don't set client-record when nowait.
18913 (server-handle-delete-frame): Delete the client if this was its
18914 last frame. Check that the frame is alive. Remove bogus comment.
18915 Add note on possible race condition. Delete tty clients, if needed.
18916 (server-handle-suspend-tty): Use server-send-string. Kill the
18917 client in case of errors from process-send-string. Use the display
18918 parameter.
18919 (server-unload-hook): Remove obsolete delete-tty hook.
18920 (server-start): Ask before restarting if the old server still has
18921 clients. Add feedback messages. Remove obsolete delete-tty hook.
18922 (server-process-filter): Use server-send-string. Accept `-dir'
18923 command. Switch to *scratch* immediately after creating the frame,
18924 before evaluating any -evals. Protect `display-splash-screen'
18925 call in a condition-case. Explain why. Call
18926 `display-startup-echo-area-message' before
18927 `display-splash-screen'. Don't display the splash screen when no
18928 frame was created. Show the Emacs splash screen and startup echo
18929 area message. Display the *scratch* buffer by default. Store the
18930 local environment in a frame (not terminal) parameter. Do not try
18931 to decode environment strings. Fix reference to the 'display
18932 frame parameter. Change syntax of environment variables. Put
18933 environment into terminal parameters, not client parameters. Use
18934 a dummy client with --no-wait's X frames. In `-position LINE'
18935 handler, don't ruin the request string until the line number is
18936 extracted. Log opened files. Handle -current-frame command.
18937 Don't create frames when it is given. Don't bind X frames to the
18938 client when we are in -no-wait mode. Set locale environment
18939 variables from client while creating tty frames. Disable call to
18940 configure-display-for-locale. When processing -position command,
18941 don't change the request string until the parameters are
18942 extracted. Don't try to create an X frame when Emacs does not
18943 support it. Improve logging. Temporarily set ncurses-related
18944 environment variables to those of the client while creating a new
18945 tty frame. Select buffers opened by nowait clients, don't leave
18946 them buried under others. Set the display parameter, and use it
18947 when appropriate.
18948
18949 * startup.el (display-startup-echo-area-message): Handle
18950 `inhibit-startup-echo-area-message' here.
18951 (command-line-1): Moved from here.
18952 (fancy-splash-screens): Use `overriding-local-map' instead of
18953 `overriding-terminal-local-map' for now; the latter doesn't work
18954 right, it looses keypresses to another terminal. Use
18955 `overriding-terminal-local-map' to set up keymap. Install a
18956 `delete-frame-functions' hook to catch `delete-frame' events.
18957 Ignore `select-window' events to cope better with
18958 `focus-follows-mouse'. Don't switch back to the original buffer
18959 if the splash frame has been killed. Restore previous buffer, even
18960 if it's *scratch*.
18961 (normal-splash-screen): Don't let-bind `mode-line-format'; it
18962 changes the global binding - setq it instead. Use
18963 `save-buffers-kill-terminal'.
18964 (display-splash-screen): Don't do anything if the splash screen is
18965 already displayed elsewhere.
18966 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
18967 (command-line): Replace duplicated code with a call to
18968 tty-run-terminal-initialization. Don't load the terminal
18969 initialization file more than once. Remove call to nonexistent
18970 function `set-locale-translation-file-name'.
18971
18972 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
18973 parameters.
18974 (xterm-mouse-position-function, xterm-mouse-event): Update.
18975 (xterm-mouse-mode): Don't depend on current value of window-system.
18976 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18977 Update for multi-tty.
18978 (turn-on-xterm-mouse-tracking-on-terminal)
18979 (turn-off-xterm-mouse-tracking-on-terminal)
18980 (xterm-mouse-handle-delete-frame): New functions.
18981 (delete-frame-functions, after-make-frame-functions)
18982 (suspend-tty-functions, resume-tty-functions): Install extra hooks
18983 for multi-tty.
18984
18985 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 * simple.el (invisible-p): Remove: implemented in C now.
18988 (line-move-invisible-p): Remove obsolete alias.
18989
18990 2007-08-28 Juri Linkov <juri@jurta.org>
18991
18992 * image-mode.el (image-type): New variable.
18993 (image-mode): Set default major mode name to "Image[text]".
18994 (image-minor-mode): Change LIGHTER to display image-type in the
18995 mode line.
18996 (image-minor-mode): Set default image-type to "text".
18997 (image-toggle-display): After switching to text mode, set
18998 image-type to "text" and major mode name to "Image[text]".
18999 After switching to image mode, set image-type to actual image
19000 type, and add image type to major mode name. Let-bind the same
19001 variable names as arguments of `image-type' and `create-image'.
19002 Bind `type' to the result of `image-type' and use it as arg
19003 of `create-image' to not determine the image type twice.
19004
19005 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
19006
19007 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
19008 (tramp-set-file-uid-gid, tramp-get-local-uid)
19009 (tramp-get-local-gid): New defuns.
19010 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
19011 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
19012 Improve fast track.
19013 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
19014 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
19015 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
19016 (tramp-handle-write-region): Improve fast track.
19017 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
19018 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
19019 be nil.
19020
19021 2007-08-28 Ivan Kanis <apple@kanis.eu>
19022
19023 * time.el: New feature to display several time zones in a buffer.
19024 (display-time-world-mode, display-time-world-display)
19025 (display-time-world, display-time-world-timer): New functions.
19026 (display-time-world-list, display-time-world-time-format)
19027 (display-time-world-buffer-name, display-time-world-timer-enable)
19028 (display-time-world-timer-second, display-time-world-mode-map):
19029 New variables.
19030
19031 2007-08-28 Jan Djärv <jan.h.d@swipnet.se>
19032
19033 * term/x-win.el (x-gtk-stock-map): New variable.
19034 (x-gtk-map-stock): New function.
19035
19036 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
19037 prev/next-node.
19038
19039 2007-08-28 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
19040
19041 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
19042
19043 2007-08-28 Glenn Morris <rgm@gnu.org>
19044
19045 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
19046
19047 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19048
19049 * progmodes/modula2.el (m2-definition, m2-module):
19050 Don't use previous-line. Reported by T. V. Raman.
19051
19052 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19053
19054 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
19055 argument to tool-bar-mode call.
19056
19057 2007-08-27 Glenn Morris <rgm@gnu.org>
19058
19059 * diff-mode.el (diff-find-file-name): Only accept regular files,
19060 to rule out /dev/null, directories, etc.
19061
19062 * vc-svn.el (vc-svn-diff): If the repository version of all the
19063 files is the same as the specified OLDVERS, do a local diff.
19064
19065 2007-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19066
19067 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
19068 of buffers in uniquify-managed.
19069
19070 * simple.el (invisible-p): Rename from text-invisible-p.
19071 Update callers.
19072
19073 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
19074 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
19075 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
19076 (cperl-etags-goto-tag-location): Use new style backquotes.
19077
19078 * net/browse-url.el: Remove spurious * in custom docstrings.
19079 (browse-url-filename-alist): Use new-style backquote.
19080
19081 * emacs-lisp/backquote.el (backquote-unquote-symbol)
19082 (backquote-splice-symbol): Clarify they're not new-style unquotes.
19083
19084 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
19085 (\,@): Backslash the , and ,@ which are not new-style unquotes.
19086
19087 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
19088
19089 * net/socks.el (socks-username/password-auth-filter):
19090 Remove unused vars `state' and `desired-len'.
19091 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
19092 (socks-wait-for-state-change): Use new-style backquotes.
19093
19094 * pcvs.el (cvs-mode-status): Fix long-standing typo.
19095
19096 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
19097 backquotes after each `read' rather than once per buffer.
19098
19099 * dframe.el: Remove spurious * in custom docstrings.
19100 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
19101 (dframe-xemacs20p): Remove, inline at the sole use point.
19102 (defface): Don't defvar the face, don't use old-style backquote.
19103 (defcustom): Don't use old-style backquote.
19104 (dframe-frame-parameter, dframe-mouse-event-p):
19105 Make it obvious that it's always defined.
19106 (dframe-popup-kludge): New function to replace
19107 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
19108 (dframe-frame-mode, dframe-set-timer-internal)
19109 (dframe-mouse-set-point): Remove use of with-no-warnings from
19110 XEmacs-specific code.
19111 (dframe-set-timer-internal): Fix very old bug with
19112 post-command-idle-hook.
19113
19114 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
19115
19116 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
19117 warning if the file uses old style backquotes.
19118
19119 * emacs-lisp/bytecomp.el (byte-compile-log-file)
19120 (byte-recompile-directory, byte-compile-file)
19121 (byte-compile-from-buffer): Use with-current-buffer.
19122
19123 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
19124 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
19125 (line-move-1, line-move-finish, line-move-to-column)
19126 (move-end-of-line, move-beginning-of-line): Use new name.
19127
19128 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
19129
19130 * progmodes/ada-mode.el: Fix up comment style in header.
19131 (ada-check-emacs-version): Remove.
19132 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
19133 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
19134 to try and quieten the byte-compiler.
19135 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
19136
19137 * vc.el (vc-annotate-warp-version): Don't use previous-line.
19138
19139 2007-08-27 Johan Bockgård <bojohan@dd.chalmers.se>
19140
19141 * net/browse-url.el (browse-url-emacs): New function.
19142
19143 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
19144
19145 * emacs-lisp/avl-tree.el: New file.
19146
19147 2007-08-26 Michaël Cadilhac <michael@cadilhac.name>
19148
19149 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
19150 was used.
19151
19152 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
19153
19154 * complete.el (PC-do-completion): Make RET accept a non-unique but
19155 complete expansion again.
19156
19157 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
19158
19159 * eshell/esh-opt.el (eshell-eval-using-options):
19160 Add debug declaration.
19161
19162 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19163
19164 * log-view.el (log-view-toggle-mark-entry): Add docstring.
19165 (log-view-get-marked): Likewise.
19166
19167 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
19168 (vc-delete-automatic-version-backups): Likewise.
19169
19170 * vc.el (vc-dired-buffers-for-dir): Likewise.
19171
19172 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
19173
19174 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
19175 safe-local-variable setting.
19176 * progmodes/perl-mode.el (perl-indent-level): Likewise.
19177
19178 * log-view.el (log-view-marked-list): Delete variable.
19179 (log-view-mode): Don't use it.
19180 (log-view-toggle-mark-entry): Likewise, simplify.
19181 (log-view-current-tag): Don't return properties.
19182 (log-view-get-marked): New function.
19183
19184 2007-08-25 Alexandre Julliard <julliard@winehq.org>
19185
19186 * vc-git.el (vc-git-mode-line-string): New function.
19187
19188 2007-08-25 Alan Mackenzie <acm@muc.de>
19189
19190 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
19191 new language variable.
19192
19193 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
19194 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
19195 "extern" etc., rather than BOI. Fix addition of spurious
19196 syntactic-symbol 'defun-block-intro, replacing it with
19197 'innamespace, etc.
19198
19199 2007-08-25 Juri Linkov <juri@jurta.org>
19200
19201 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
19202
19203 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
19204 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
19205 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
19206
19207 * image.el (image-type-header-regexps): Use more complex regexp for svg.
19208 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
19209 (image-type-auto-detectable): Add (svg . maybe).
19210
19211 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
19212 to treat it like .tgz.
19213
19214 * calendar/cal-bahai.el: Add file coding cookie.
19215
19216 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
19217
19218 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
19219 Don't behave differently when executed via M-x. Add doc string.
19220
19221 * sort.el (sort-fold-case, sort-numeric-base): Mark as
19222 safe-local-variable.
19223
19224 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
19225
19226 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
19227 the default value.
19228 (math-calendar-tzinfo): New variable.
19229 (math-get-calendar-tzinfo): New function.
19230 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
19231 to get information when zone is nil.
19232
19233 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
19234
19235 * log-view.el (log-view-toggle-mark-entry): New function.
19236 (log-view-mode-map): Bind it.
19237 (log-view-marked-list): New variable.
19238 (log-view-mode): Make it local.
19239
19240 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19241
19242 * play/zone.el (zone-pgm-rat-race): New func.
19243 (zone-programs): Add `zone-pgm-rat-race'.
19244
19245 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19246
19247 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
19248 a list.
19249
19250 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
19251
19252 * progmodes/hideshow.el (hs-match-data): Delete alias.
19253 (hs-hide-block-at-point, hs-find-block-beginning)
19254 (hs-show-block): Use `match-data' directly.
19255
19256 2007-08-24 Martin Rudalics <rudalics@gmx.at>
19257
19258 * format.el (format-alist): Fix typo in doc-string.
19259
19260 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
19261
19262 * net/tramp.el (tramp-local-host-p): New defun.
19263 (tramp-handle-file-local-copy, tramp-handle-write-region):
19264 Implement fast track when being on the local host.
19265 (tramp-file-name-handler): Don't set "started" property. It shall
19266 be reserved for the "ftp" method.
19267 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
19268
19269 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
19270 (tramp-ftp-file-name-handler): Set "started" property.
19271
19272 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
19273
19274 * files.el (backup-buffer-copy): Don't wrap delete in
19275 condition-case, only try to delete if file exists.
19276
19277 2007-08-24 Glenn Morris <rgm@gnu.org>
19278
19279 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
19280
19281 * startup.el (tutorial-directory): Set with eval-at-startup so it
19282 gets the right value in an installed Emacs.
19283
19284 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
19285
19286 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
19287 (eldoc-highlight-function-argument): Use it.
19288
19289 2007-08-23 Masatake YAMATO <jet@gyve.org>
19290
19291 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
19292 name of parameters in document body.
19293
19294 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
19295
19296 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
19297 (byte-compile-output-as-comment): Use with-current-buffer rather than
19298 a weird set-buffer&prog1 combination.
19299
19300 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
19301 test so as to optimise cases where the `progn's result is constant.
19302
19303 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
19304
19305 * locate.el (locate-get-file-positions):
19306 Use line-beginning-position and line-end-position.
19307
19308 2007-08-23 John Wiegley <johnw@newartisans.com>
19309
19310 * calendar/cal-bahai.el: Added in the diacriticals that were
19311 missing for many of the month names.
19312
19313 2007-08-22 Jason Rumney <jasonr@gnu.org>
19314
19315 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
19316
19317 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
19318
19319 * image-mode.el (image-minor-mode): Use image-mode-text-map.
19320
19321 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
19322
19323 * dabbrev.el (dabbrev--progress-reporter): New variable.
19324 (dabbrev--scanning-message): Delete func.
19325 (dabbrev--find-expansion): Use a progress reporter
19326 instead of dabbrev--scanning-message.
19327
19328 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19329
19330 * comint.el (comint-exec-1): Raise an error if
19331 `start-file-process' does not return a process object.
19332
19333 * shell.el (shell): Prompt for `default-directory' if it is a
19334 remote file name, and if called with a prefix arg.
19335
19336 2007-08-22 Sam Steingold <sds@gnu.org>
19337
19338 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
19339
19340 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
19341
19342 * textmodes/org-export-latex.el: New file.
19343
19344 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
19345
19346 * textmodes/org.el (org-agenda-skip): Allow a form for
19347 `org-agenda-skip-function'.
19348 (org-agenda-redo): Re-use local settings.
19349 (org-agenda): Store local settings.
19350 (org-agenda-deadline-faces): New option.
19351 (org-agenda-deadline-face): New function.
19352 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
19353 entries on their due date.
19354 (org-agenda-get-timestamps): No longer handle the due dates of
19355 schedules and deadline items.
19356 (org-insert-link-global, org-open-at-point-global): New commands.
19357 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
19358 :for-ascii parameter.
19359 (org-skip-comments): Function removed.
19360 (org-cleaned-string-for-export): Handle special table lines.
19361 (org-global-properties): New option.
19362 (org-entry-get-with-inheritance): Check global properties.
19363 (org-local-properties): New variable.
19364 (org-set-regexps-and-options): Find the #+PROPERTY line.
19365 (org-link-types): Change type into variable (was constant).
19366 (org-make-link-regexps): New function.
19367 (org-link-re-with-space, org-link-re-with-space2)
19368 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
19369 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
19370 these regular expressions happens now in the function
19371 `org-make-link-regexps'.
19372 (org-store-link): Call the functions in
19373 `org-store-link-functions'.
19374 (org-add-link-type): New function.
19375 (org-store-link-functions): New variable.
19376 (org-activate-tags): Force matches to be in headlines.
19377 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
19378 (org-columns-display-here): Make sure this works in a narrowed
19379 buffer by checking for point-min.
19380 (org-columns-display-here): Make the rest of the line intangible,
19381 so that point never can be there.
19382 (org-cleaned-string-for-export): Use `with-current-buffer'.
19383 (org-replace-region-by-html): Use `with-current-buffer'.
19384 (org-unfontify-region, org-do-occur, org-columns-display-here)
19385 (org-columns-remove-overlays, org-columns-quit)
19386 (org-columns-edit-value, org-columns-next-allowed-value)
19387 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
19388 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
19389 (org-agenda-todo, org-agenda-change-all-lines)
19390 (org-agenda-align-tags, org-agenda-priority)
19391 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
19392 (org-agenda-show-new-time, org-cleaned-string-for-export)
19393 (org-export-grab-title-from-buffer)
19394 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
19395 instead of `buffer-read-only'.
19396 (org-export-as-html): Set `coding-system-for-write'.
19397 (org-remember-store-without-prompt): New option.
19398 (org-archive-subtree): Fixed bug with modifying TODO keyword.
19399 (org-beginning-of-line): Also treat C-a special in items.
19400 (org-table-convert-refs-to-rc): Fixed problem with column
19401 reference after "..".
19402 (org-columns-compute): Don't mark buffer modified because of text
19403 properties.
19404 (org-batch-store-agenda-views): Use the variable
19405 `default-directory', not the function.
19406 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
19407 (org-clock-out-when-done): New option.
19408 (org-html-entities): Added HTML entities for smileys.
19409
19410 2007-08-22 Glenn Morris <rgm@gnu.org>
19411
19412 * image.el (create-image): Doc fix.
19413
19414 * startup.el (tutorial-directory): New constant.
19415 (fancy-splash-text): Tutorials now in tutorial-directory.
19416 * tutorial.el (help-with-tutorial): Tutorials now in
19417 tutorial-directory.
19418
19419 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
19420
19421 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
19422 otherwise.
19423 (tramp-get-remote-path): New defun. Replace occurrences of
19424 `tramp-default-remote-path' by this function.
19425 (tramp-set-remote-path): Move most of the code to
19426 `tramp-get-remote-path'.
19427 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
19428 existing directories, this is done already in
19429 `tramp-get-remote-path'.
19430
19431 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
19432
19433 * image-file.el (image-file-name-extensions): Add "svg".
19434 * image.el (image-type-header-regexps): Add svg entry.
19435
19436 2007-08-22 Glenn Morris <rgm@gnu.org>
19437
19438 * files.el (backup-buffer-copy): Check backup directory is
19439 writable, to avoid infloop deleting old backup.
19440
19441 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
19442 movemail related variables.
19443 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
19444 will now be set before this is called.
19445
19446 2007-08-21 Juri Linkov <juri@jurta.org>
19447
19448 * delsel.el (delete-selection-pre-hook):
19449 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
19450 instead of checking last-command.
19451
19452 2007-08-21 Juri Linkov <juri@jurta.org>
19453
19454 * loadup.el: Preload "button".
19455
19456 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19457
19458 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19459 Add previous-line and next-line.
19460
19461 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
19462 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
19463
19464 * vc-hooks.el (vc-menu-entry): New var.
19465 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
19466 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
19467 (vc-menu-map): Declare and initialize in one step.
19468 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
19469
19470 * menu-bar.el (vc-menu-map): Don't setup any more.
19471 Instead, just create the proper spot in the menu.
19472
19473 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19474
19475 * smerge-mode.el (smerge-resolve): New arg `safe'.
19476 (smerge-resolve-all, smerge-batch-resolve): New function.
19477 (smerge-refine): Make sure `diff' returns the expected result.
19478 (smerge-parsep-re): New const.
19479 (smerge-mode): Use it to adjust paragraph-separate.
19480
19481 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
19482 Correctly match / regexp matchers as first char on a line when
19483 fontifying only that line.
19484
19485 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
19486
19487 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * vc-bzr.el: Don't fiddle with vc-handled-backend.
19490 (vc-bzr-registered): Don't redundantly protect against
19491 file-error. Actually use the format-specific code.
19492 (vc-bzr-buffer-nonblank-p): Remove.
19493 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
19494
19495 2007-08-20 Juri Linkov <juri@jurta.org>
19496
19497 * startup.el (fancy-splash-text): Change multiple tabs into one
19498 tab. Remove "Useful File menu items" section (with "Exit Emacs"
19499 and "Recover Crashed Session").
19500 (fancy-splash-screens): Set tab-width to 22.
19501 (normal-splash-screen): Replace literal tabs with \t and
19502 fix whitespace. Remove "Useful File menu items" section (with
19503 "Exit Emacs" and "Recover Crashed Session").
19504
19505 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
19506
19507 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
19508 extracted from `eval-last-sexp-1'.
19509 (eval-last-sexp-1): Call `preceding-sexp'.
19510
19511 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
19512
19513 * vc-rcs.el (vc-rcs-annotate-command):
19514 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
19515 Add back :vc-annotate-prefix propertization.
19516
19517 2007-08-20 Andreas Schwab <schwab@suse.de>
19518
19519 * mail/rmail.el (rmail-autodetect): Doc fix.
19520
19521 2007-08-19 Juri Linkov <juri@jurta.org>
19522
19523 * startup.el (normal-splash-screen): Add more links.
19524
19525 2007-08-19 Juri Linkov <juri@jurta.org>
19526
19527 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
19528 because it's common to both types of splash screen: fancy and normal.
19529 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
19530 (exit-splash-screen): Rename from `fancy-splash-quit'.
19531 Use `quit-window' instead of `kill-buffer'.
19532 (fancy-splash-head): Use make-button to insert GNU image link.
19533 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
19534 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
19535 (normal-splash-screen): Put "Browse manuals" on the same line with
19536 "Emacs manual". Remove descriptions from "Useful tasks" and put
19537 all links in two columns on two lines.
19538
19539 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
19540
19541 * emulation/viper.el (viper-remove-hooks): Remove some additional
19542 viper hooks when the user calls viper-go-away.
19543 (viper-go-away): Restore the default of default-major-mode.
19544 Save the value of default-major-mode before vaperization.
19545
19546 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
19547
19548 * emulation/viper-ex.el: Replace error "" with "Viper bell".
19549
19550 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
19551 buffer for which file is created.
19552
19553 2007-08-19 Glenn Morris <rgm@gnu.org>
19554
19555 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
19556 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
19557 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
19558 shadow files messing up the compilation.
19559
19560 2007-08-18 Glenn Morris <rgm@gnu.org>
19561
19562 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
19563 string. Also apply eldoc-argument-case in the help-split-fundoc
19564 case. Adapt for changed behavior of eldoc-function-argstring,
19565 eldoc-function-argstring-format, and
19566 eldoc-highlight-function-argument.
19567 (eldoc-highlight-function-argument): Handle nil INDEX argument,
19568 just call eldoc-docstring-format-sym-doc in that case.
19569 (eldoc-function-argstring): Change the behavior. Now it converts
19570 an argument list to a string.
19571 (eldoc-function-argstring-format): Change the behavior. Now it
19572 applies `eldoc-argument-case' to a string.
19573
19574 * progmodes/scheme.el (scheme-mode-variables): Set
19575 font-lock-comment-start-skip.
19576
19577 2007-08-18 Martin Rudalics <rudalics@gmx.at>
19578
19579 * progmodes/ada-mode.el (ada-create-syntax-table): Move
19580 set-syntax-table from here to ...
19581 (ada-mode): ... here. Do not change global value of
19582 comment-multi-line. Call new function
19583 ada-initialize-syntax-table-properties and add new function
19584 ada-handle-syntax-table-properties to font-lock-mode-hook.
19585 (ada-deactivate-properties, ada-initialize-properties): Replace
19586 by new functions ...
19587 (ada-handle-syntax-table-properties)
19588 (ada-initialize-syntax-table-properties)
19589 (ada-set-syntax-table-properties): ... to set up syntax-table
19590 properties uniformly, independently from whether font-lock-mode
19591 is enabled or not. Handle read-only buffers and do not change
19592 undo-list when setting syntax-table properties.
19593 (ada-after-change-function): Use ada-set-syntax-table-properties.
19594
19595 2007-08-18 Michaël Cadilhac <michael@cadilhac.name>
19596
19597 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
19598 (meta-indent-current-nesting): Use a computation of the nesting
19599 instead.
19600 (meta-indent-current-indentation): Indentation is given according
19601 to nesting and if the previous line was finished or not.
19602 (meta-indent-unfinished-line): Tell if the current line ends with
19603 a finished expression.
19604 (meta-indent-looking-at-code): Like `looking-at', but checks if
19605 the point is in a string before.
19606 (meta-indent-level-count): Use it. Don't count parenthesis as it's
19607 done in the nesting function.
19608 (meta-indent-in-string-p): Tell if the current point is in a
19609 string.
19610 (meta-indent-calculate): Treat b-o-b as a special case. Use the
19611 previous functions.
19612
19613 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
19614
19615 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
19616 (copyright-update-year, copyright-update)
19617 (copyright-fix-years): Use it.
19618
19619 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
19620
19621 * emacs-lisp/copyright.el (copyright-update-year):
19622 Fix bug: Handle nil copyright-limit.
19623
19624 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19625
19626 * calc/calc-units.el (math-standard-units): Give exact
19627 conversion for tsp.
19628
19629 * calc/calc.el (math-bignum-digit-length): Compute the
19630 appropriate value.
19631
19632 * calc/calc-bin.el (math-bignum-logb-digit-size)
19633 (math-bignum-digit-power-of-two):
19634 * calc/calc-comb.el (math-small-factorial-table):
19635 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
19636 (math-approx-gamma-const):
19637 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
19638 (math-besY1, math-bernoulli-b-cache):
19639 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
19640 Remove `eval-when-compile's.
19641
19642 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
19643
19644 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
19645 (cperl-find-pods-heres): Fix an error when typing expressions like
19646 `s{a}{b}'.
19647
19648 2007-08-17 Michaël Cadilhac <michael@cadilhac.name>
19649
19650 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
19651 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
19652 a special case (there's no build number).
19653
19654 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
19655
19656 * completion.el (symbol-under-point, symbol-before-point)
19657 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
19658
19659 2007-08-17 Glenn Morris <rgm@gnu.org>
19660
19661 * progmodes/compile.el (compilation-get-file-structure): Make use
19662 of the directory part when checking for an existing entry, to
19663 handle files with same basename in different directories.
19664
19665 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
19666
19667 * calc/calc.el (calc-language-alist): Add texinfo-mode.
19668
19669 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19670
19671 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
19672 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
19673 (ps-paragraph-spacing): Docstring fix.
19674
19675 2007-08-16 Glenn Morris <rgm@gnu.org>
19676
19677 * ps-print.el (ps-font-size): Doc fix.
19678
19679 2007-08-16 Richard Stallman <rms@gnu.org>
19680
19681 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
19682
19683 2007-08-15 Juri Linkov <juri@jurta.org>
19684
19685 * startup.el (initialization): Change parent group from `internal'
19686 to `environment'.
19687 (initial-buffer-choice): New variable.
19688 (command-line): Revert 2007-07-02 change that sets
19689 buffer-offer-save in *scratch* and enables auto-save in it.
19690 (fancy-splash-text): Add links to existing items. Add new items
19691 with links for useful tasks. Move information about Control-g to
19692 fancy-splash-head. Move "Emacs Guided Tour" to the end.
19693 (fancy-splash-keymap): New variable.
19694 (fancy-splash-last-input-event): Remove variable.
19695 (fancy-splash-insert): Add processing of `:link' element.
19696 (fancy-splash-head): Replace "Type Control-l to begin editing"
19697 with "Type `q' to exit".
19698 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
19699 (fancy-splash-default-action, fancy-splash-special-event-action):
19700 Remove functions.
19701 (fancy-splash-quit): New function.
19702 (fancy-splash-screens): Rename input arg from `hide-on-input' to
19703 `static' and reverse the condition of its usage. Don't preserve
19704 original values of `minor-mode-map-alist',
19705 `emulation-mode-map-alists', `special-event-map'.
19706 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19707 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19708 Remove processing of special events. Use local key map
19709 `fancy-splash-keymap'. Set buffer to read-only.
19710 (normal-splash-screen): Rename input arg from `hide-on-input' to
19711 `static' and reverse the condition of its usage.
19712 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
19713 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
19714 Add links to existing items. Add new items with links for useful
19715 tasks. Use local key map `fancy-splash-keymap'.
19716 (display-splash-screen): Rename input arg from `hide-on-input' to
19717 `static'.
19718 (about-emacs): Add alias to display-splash-screen.
19719 (command-line-1): Use `initial-buffer-choice'.
19720
19721 * menu-bar.el (menu-bar-help-menu):
19722 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
19723 item to about-emacs instead of display-splash-screen.
19724
19725 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
19726
19727 * calc/calc-units.el (math-standard-units): Update values.
19728 Put in exact, rational values when possible.
19729 (math-unit-prefixes): Replace floats with powers of ten.
19730 (math-standard-units-systems): Replace floats with integers.
19731 (math-make-unit-string): Remove extra spaces in output.
19732
19733 2007-08-15 Glenn Morris <rgm@gnu.org>
19734
19735 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
19736 sloppier, for the sake of GNU Mailman.
19737 (rmail-digest-rfc1153): Initialize `result' correctly.
19738
19739 2007-08-15 Michaël Cadilhac <michael@cadilhac.name>
19740
19741 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
19742 in the mail title. Suggested by Reiner Steib.
19743
19744 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
19745
19746 * calc/calc-aent.el (calc-do-quick-calc): Add binary
19747 representation of integers to the list of outputs.
19748
19749 2007-08-14 Glenn Morris <rgm@gnu.org>
19750
19751 * simple.el (bad-packages-alist): New constant.
19752 (bad-package-check): New function. Together, these two add elements
19753 to `after-load-alist' to check for problematic external packages.
19754 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
19755
19756 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
19757
19758 * calc/calc-units.el (math-get-standard-units)
19759 (math-get-units, math-make-unit-string)
19760 (math-get-default-units, math-put-default-units): New functions.
19761 (math-default-units-table): New variable.
19762 (calc-convert-units, calc-convert-temperature): Add machinery
19763 to supply default values.
19764
19765 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
19766
19767 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
19768 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
19769 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
19770 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
19771
19772 * emulation/tpu-extras.el: Remove spurious * in docstrings.
19773 Put its autoloads into tpu-edt.el rather than loaddefs.el.
19774 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
19775 Make into a proper minor-mode.
19776 (tpu-backward-char, tpu-next-line, tpu-previous-line)
19777 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
19778 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
19779 (tpu-set-cursor-free, tpu-set-cursor-bound):
19780 Delegate to tpu-cursor-free-mode.
19781 (tpu-next-line, tpu-previous-line, tpu-forward-line)
19782 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
19783 Use line-move or forward-line instead of next-line-internal.
19784
19785 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
19786
19787 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
19788
19789 2007-08-12 Richard Stallman <rms@gnu.org>
19790
19791 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
19792 (cvs-execute-single-file): Use new name split-string-and-unquote.
19793 (cvs-header-msg): Use new name combine-and-quote-strings.
19794
19795 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
19796
19797 * progmodes/gud.el (gud-common-init): Use new name
19798 split-string-and-unquote.
19799
19800 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
19801 in javac regexp.
19802
19803 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
19804 combine-and-quote-strings and split-string-and-unquote.
19805
19806 * subr.el (combine-and-quote-strings): Rename from strings->string.
19807 (split-string-and-unquote): Rename from string->strings.
19808
19809 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19810
19811 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
19812 to buffer-local settings.
19813
19814 * emacs-lisp/backquote.el (backquote-delay-process): New function.
19815 (backquote-process): Add internal arg `level'. Use the two to
19816 correctly handle nested backquotes.
19817
19818 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
19819
19820 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
19821 (vc-bzr-state-words): Add "kind changed" state word.
19822 (vc-bzr-status): New function. Return Bzr idea of file status,
19823 which is different from VC's.
19824 (vc-bzr-state): Use vc-bzr-status.
19825 (vc-workfile-unchanged-p): Use vc-bzr-status.
19826 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
19827 (vc-dired-state): Process "kind changed" state word.
19828
19829 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19830
19831 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
19832
19833 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
19834 Move from vc-default-find-file-not-found-hook.
19835
19836 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19837
19838 * man.el: Remove spurious * in docstrings.
19839 Merge defvars and toplevel setq-defaults.
19840 (Man-highlight-references0): Limit=nil rather than point-max.
19841 (Man-mode-map): Move initialization into the declaration.
19842 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
19843 (Man-view-header-file): Use expand-file-name rather than concat.
19844 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
19845
19846 * man.el (Man-next-section): Make sure we do not move backward.
19847
19848 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19849
19850 * files.el (auto-mode-alist): Use the purecopied text (duh!).
19851
19852 2007-08-08 Glenn Morris <rgm@gnu.org>
19853
19854 * Replace `iff' in doc-strings and comments.
19855
19856 2007-08-08 Martin Rudalics <rudalics@gmx.at>
19857
19858 * dired.el (dired-pop-to-buffer):
19859 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19860 * calendar/calendar.el (generate-calendar-window):
19861 * progmodes/compile.el (compilation-set-window-height):
19862 * textmodes/two-column.el (2C-two-columns, 2C-merge):
19863 Use window-full-width-p instead of comparing frame-width and
19864 window-width.
19865
19866 * progmodes/compile.el (compilation-find-buffer): Remove extra
19867 argument in call to compilation-buffer-internal-p.
19868
19869 2007-08-07 Tom Tromey <tromey@redhat.com>
19870
19871 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
19872 Add safe-local-variable property.
19873
19874 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
19875
19876 * image-mode.el (image-toggle-display): Use image-refresh.
19877
19878 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
19879
19880 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
19881 unofficial version.
19882 (vc-bzr-command): Remove redundant setting of process-connection-type.
19883 (vc-bzr-admin-checkout-format-file): Add autoload.
19884 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
19885 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
19886 (vc-bzr-registered): Compare dirstate format tag with known good
19887 value, abort parsing if match fails. Warn user in docstring.
19888 (vc-bzr-workfile-version): Case for different Bzr branch formats.
19889 See bzrlib/branch.py in Bzr sources.
19890 (vc-bzr-diff): First argument FILES may be a string rather than a list.
19891 (vc-bzr-shell-command): Remove in favor of
19892 vc-bzr-command-discarding-stderr.
19893 (vc-bzr-command-discarding-stderr): New function.
19894
19895 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
19896
19897 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
19898 program, and return nil.
19899 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
19900 (vc-bzr-state): Look for path names relative to the repository
19901 root after status keyword.
19902 (vc-bzr-file-name-relative): New function.
19903 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
19904 depend on it.
19905 (vc-bzr-admin-dirname, ...-checkout-format-file)
19906 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
19907 files that we now parse directly for speed.
19908 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
19909 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
19910 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
19911 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
19912 Bzr warnings, so we must discard it.
19913 (vc-bzr-workfile-version): Speedup counting lines from
19914 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
19915 if that file doesn't exist.
19916 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
19917 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
19918 to `vc-directory-exclusion-list'.
19919 (vc-bzr-shell-command): New function.
19920
19921 2007-08-06 Tom Tromey <tromey@redhat.com>
19922
19923 * diff-mode.el (diff-unified->context, diff-reverse-direction)
19924 (diff-fixup-modifs): Typo in docstring.
19925
19926 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
19927
19928 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
19929 count-screen-lines.
19930 (tpu-edt-off): Disable relevant pieces of advice.
19931
19932 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
19933 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
19934 (newline, newline-and-indent, do-auto-fill): Use advice instead of
19935 redefining the function.
19936 (tpu-set-scroll-margins): Activate the pieces of advice.
19937
19938 2007-08-06 Martin Rudalics <rudalics@gmx.at>
19939
19940 * help.el (resize-temp-buffer-window): Use window-full-width-p
19941 instead of comparing frame-width and window-width.
19942
19943 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
19944
19945 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
19946 optional quotes around files in NEED-UPDATE . REMOVED case.
19947
19948 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
19949 (ada-treat-cmd-string): Improve error message.
19950 (ada-do-file-completion): Call `ada-require-project-file', so
19951 project variables are set properly.
19952 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
19953 (ada-gnatfind-buffer-name): New constant.
19954 (ada-find-any-references): Use new constant. Set buffer name
19955 properly in compilation-start. Toggle read-only properly.
19956 (ada-find-in-src-path): Fix spelling error in docstring.
19957
19958 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
19959 by zero error.
19960
19961 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19962
19963 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
19964
19965 2007-08-12 Richard Stallman <rms@gnu.org>
19966
19967 * progmodes/sh-script.el (sh): Delete group `unix'.
19968
19969 * progmodes/gud.el (gud): Change to group `processes'.
19970
19971 2007-08-11 Glenn Morris <rgm@gnu.org>
19972
19973 * progmodes/compile.el (compilation-buffer-name): Don't check
19974 compilation-arguments. It is superfluous, and the variable isn't
19975 even set when this function is called.
19976
19977 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19978
19979 * term/mac-win.el (mac-ae-reopen-application): New function.
19980 (mac-apple-event-map): Bind "reopen application" Apple event to it.
19981
19982 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
19985 take tex-font-script-display into account.
19986 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
19987 cell to a list of 2 elements to simplify the unfontify code.
19988
19989 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19990
19991 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
19992 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
19993 ps-print-color-p is neither nil nor black-white. Reported by Christian
19994 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
19995
19996 2007-08-08 Andreas Schwab <schwab@suse.de>
19997
19998 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
19999 self-insert-command, not self-insert.
20000
20001 2007-08-08 Glenn Morris <rgm@gnu.org>
20002
20003 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
20004 argument optional, for backwards compatibility, and only highlight
20005 args when present. Fix symbol name typo (doc/args).
20006
20007 * help-mode.el (help-make-xrefs): Search for symbol constituents,
20008 rather than just `-'.
20009
20010 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
20011
20012 * calc/calc-units.el (calc-convert-temperature):
20013 Use `/' to create fractions.
20014
20015 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
20016
20017 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
20018 global matching.
20019 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
20020 ERROR-BUFFER more robust. Display output.
20021 (tramp-file-name-handler): Add a connection property when we found
20022 a foreign file name handler. This allows backends like ftp to
20023 profit also from usr/host name completion based on connection
20024 cache.
20025 (tramp-send-command-and-read): Search for trash after the regexp
20026 until eol only. In XEmacs, there is a problem with \n.
20027
20028 * net/tramp-cache.el (top): Read persistent connection history
20029 when cache is empty.
20030
20031 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
20032
20033 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
20034 resulting output.
20035
20036 2007-08-07 Sam Steingold <sds@gnu.org>
20037
20038 * progmodes/compile.el (compilation-start): Pass nil as startfile
20039 to comint-exec.
20040
20041 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
20042
20043 * longlines.el (longlines-decoded): New variable.
20044 (longlines-mode): Avoid encoding or decoding the buffer twice.
20045
20046 2007-08-07 Martin Rudalics <rudalics@gmx.at>
20047
20048 * format.el (format-insert-file): Make sure that at most one undo
20049 entry is recorded for the insertion. Inhibit point-motion and
20050 modification hooks around call to insert-file-contents.
20051
20052 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
20055 Select the buffer's window before moving point.
20056
20057 2007-08-07 Richard Stallman <rms@gnu.org>
20058
20059 * term.el (term): Remove parent group `unix'.
20060
20061 * simple.el (default-indent-new-line): New function.
20062 It calls comment-line-break-function if there are comments.
20063 (do-auto-fill): Use that.
20064
20065 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
20066
20067 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
20068 (PC-do-completion): Add "acronym completion" for symbols and
20069 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
20070
20071 2007-08-06 Sam Steingold <sds@gnu.org>
20072
20073 * mouse.el (mouse-buffer-menu): Pass mode-name through
20074 format-mode-line because it may be a list,
20075 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
20076
20077 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
20078
20079 * printing.el (pr-update-menus): Docstring fix.
20080
20081 2007-08-06 Jason Rumney <jasonr@gnu.org>
20082
20083 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
20084
20085 * vc-hooks.el (vc-call): Add doc string.
20086
20087 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
20088
20089 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
20090 process-filter.
20091
20092 2007-08-06 Kenichi Handa <handa@m17n.org>
20093
20094 * international/quail.el: Wrap (require 'help-mode) by
20095 eval-when-compile.
20096 (quail-help-init): New function.
20097 (quail-help): Call quail-help-init.
20098 (quail-store-decode-map-key): Change it to a function.
20099
20100 2007-08-05 Jason Rumney <jasonr@gnu.org>
20101
20102 * vc.el (vc-rollback): Add norevert argument back.
20103 (vc-revert-buffer): Add back as obsolete alias.
20104
20105 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
20106
20107 * term.el: Honor term-default-fg-color and term-default-bg-color
20108 settings when modifying term-current-face.
20109 (term-default-fg-color, term-default-bg-color): Initialize from
20110 default term-current-face.
20111 (term-mode, term-reset-terminal): Set term-current-face with
20112 term-default-fg-color and term-default-bg-color.
20113 (term-handle-colors-array): term-current-face has term-default-fg-color
20114 and term-default-bg-color after reset escape sequence.
20115 (term-handle-colors-array): Set term-current-color with
20116 term-default-fg/bg-color instead of ansi-term-color-vector when the
20117 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
20118
20119 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
20120
20121 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
20122 (math-nlfit-givens): Let bind free variables.
20123
20124 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
20125
20126 * printing.el: Require lpr and ps-print when loading printing package.
20127 Reported by Glenn Morris <rgm@gnu.org>.
20128
20129 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
20130
20131 * files.el (set-auto-mode): Handle also remote files wrt
20132 `auto-mode-alist'.
20133
20134 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
20135
20136 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
20137 curves and plotting.
20138
20139 * calc/calc-nlfit.el: New file.
20140
20141 2007-08-04 Glenn Morris <rgm@gnu.org>
20142
20143 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
20144 zero, not nil, when the library is first loaded. Check for a file
20145 that has been modified on disk.
20146
20147 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
20148 Remove duplicate defvar preventing initialization.
20149 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
20150
20151 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20152
20153 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
20154 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
20155 may match up to 4 lines.
20156 (diff-beginning-of-file-and-junk): Rewrite.
20157
20158 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20159
20160 * printing.el: Evaluate require only during compilation.
20161 (pr-version): New version 6.9.1.
20162 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
20163 (pr-global-menubar): Fix code.
20164
20165 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
20166
20167 * term.el (term-erase-in-display): Fix case when point is not at
20168 the beginning of the line.
20169
20170 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
20171
20172 * calc/calc-ext.el (math-get-value, math-get-sdev)
20173 (math-contains-sdev): New functions.
20174
20175 * calc/calc-graph.el (calc-graph-format-data)
20176 (calc-graph-add-curve): Check for error forms.
20177 (calc-graph-set-styles): Add option for error forms.
20178
20179 2007-08-03 Miles Bader <miles@gnu.org>
20180
20181 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
20182 backend names for new backends to `Git', `Hg', and `Bzr'.
20183 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
20184 not `HG'.
20185 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
20186 name, not `GIT'.
20187 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
20188 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
20189
20190 2007-08-03 Richard Stallman <rms@gnu.org>
20191
20192 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
20193 to update deleted flag.
20194
20195 * cus-edit.el (customize-apropos, customize-apropos-options)
20196 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
20197
20198 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
20199
20200 * startup.el (fancy-splash-head, startup-echo-area-message):
20201 Change message text.
20202
20203 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
20204 All callers use line-move.
20205
20206 * progmodes/compile.el (compilation-find-buffer): Return current
20207 buffer immediately if suitable.
20208 (compile, compilation-buffer-name, compilation-start): Doc fixes.
20209
20210 2007-08-03 Daiki Ueno <ueno@unixuser.org>
20211
20212 * faces.el (face-normalize-spec): New function.
20213 (frame-set-background-mode): Normalize face-spec before calling
20214 face-spec-match-p.
20215
20216 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
20217
20218 * server.el (server-window): Add switch-to-buffer-other-frame option.
20219
20220 2007-08-03 Glenn Morris <rgm@gnu.org>
20221
20222 * cus-edit.el (customize-apropos): Make the error message indicate
20223 what kind of thing the user was trying to customize.
20224
20225 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
20226
20227 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
20228 Fix off-by-one error in previous change.
20229
20230 2007-08-03 Drew Adams <drew.adams@oracle.com>
20231
20232 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
20233 Make buffer writable.
20234
20235 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
20236
20237 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
20238 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
20239 Use native Emacs functions, when appropriate.
20240
20241 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
20242 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * vc.el: Document new VC operation `extra-menu'.
20245
20246 * vc-hooks.el (vc-default-extra-menu): New function.
20247
20248 * menu-bar.el (menu-bar-vc-filter): New function.
20249 (menu-bar-tools-menu): Use it as a filter.
20250
20251 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
20252
20253 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
20254
20255 2007-08-01 Glenn Morris <rgm@gnu.org>
20256
20257 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
20258 strings.
20259 (fortran-tab-mode-default): Remove needless autoload.
20260 (fortran-tab-mode-string): Add help-echo and mouse properties, and
20261 mark as risky.
20262 (fortran-line-length): New buffer-local variable, safe if integer.
20263 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
20264 Change from variables to constants.
20265 (fortran-font-lock-syntactic-keywords): Delete as a variable,
20266 replace with a new function definition.
20267 (fortran-mode): Use fortran-line-length, and
20268 fortran-font-lock-syntactic-keywords as a function. Add a
20269 hack-local-variables-hook function.
20270 (fortran-line-length, fortran-hack-local-variables): New functions.
20271 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
20272 Use fortran-line-length rather than 72.
20273 (fortran-window-create-momentarily): Doc fix.
20274
20275 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
20276
20277 * cus-edit.el (custom-group-value-create, custom-goto-parent):
20278 Fix parent groups link.
20279
20280 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
20281
20282 * progmodes/python.el (python-current-defun): Adjust to never fall
20283 into infinite loop.
20284
20285 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
20286
20287 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
20288
20289 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
20290
20291 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
20292 (copyright-fix-years, copyright): Correctly handle the case where
20293 copyright-limit is nil.
20294
20295 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
20296
20297 * progmodes/python.el (run-python): Fix path separator under w32.
20298
20299 2007-07-30 Richard Stallman <rms@gnu.org>
20300
20301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20302 Treat non-break space as whitespace in Lisp.
20303
20304 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * vc.el (vc-dired-hook): Use inhibit-read-only.
20307
20308 * progmodes/compile.el (compilation-forget-errors):
20309 Reset compilation-auto-jump-to-next.
20310
20311 2007-07-30 Michael Olson <mwolson@gnu.org>
20312
20313 * cus-edit.el (custom-group-save): Fix void function definition
20314 error. Thanks to Zhang Wei for the report.
20315
20316 * ps-print.el: Check in trivial changes to the autoloads section
20317 caused by the build process. These autoloads really ought to be
20318 placed in a separate file, methinks.
20319
20320 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
20321
20322 * calendar/calendar.el (calendar-mode): Make sure
20323 displayed-(month|year) are set.
20324 (calendar-basic-setup): Display buffer before adjusting window sizes.
20325 (generate-calendar-window): Use inhibit-read-only. Simplify.
20326 Generate buffer and set displayed-month and displayed-year before
20327 calling update-calendar-mode-line.
20328
20329 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
20330
20331 * net/tramp.el:
20332 * net/tramp-uu.el:
20333 * net/trampver.el: Use utf-8 encoding with coding cookie.
20334
20335 * net/tramp-cache.el:
20336 * net/tramp-fish.el:
20337 * net/tramp-ftp.el:
20338 * net/tramp-gw.el:
20339 * net/tramp-smb.el: Remove coding cookie.
20340
20341 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
20342 Flush buffer file-name's file property.
20343 (tramp-handle-file-remote-p): The first parameter is FILENAME.
20344
20345 * net/trampver.el: Update release number.
20346
20347 2007-07-29 Juri Linkov <juri@jurta.org>
20348
20349 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
20350 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
20351 when major-mode is not dired-mode.
20352 (dired-toggle-read-only): New function.
20353 (dired-recursive-deletes): Remove obsolete comments about old
20354 default value.
20355 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
20356
20357 * wdired.el (wdired-exit): New function.
20358 (wdired-mode-map): Bind C-x C-q to wdired-exit.
20359
20360 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
20361
20362 * cus-edit.el (customize-read-group): New fun.
20363 (customize-group-other-window, customize-face-other-window):
20364 Prompt before delegating to customize-(group|face).
20365 Bind pop-up-windows rather than use the other-window argument.
20366 (customize-group, customize-face): Prompt from the interactive spec.
20367 Remove args `prompt-for-group' and `other-window'.
20368
20369 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
20370 (ad-body-forms, ad-advised-interactive-form): Revert this part of
20371 last change.
20372
20373 2007-07-28 Masatake YAMATO <jet@gyve.org>
20374
20375 * vc.el (vc-dired-mode): Add a menu for VC related operation.
20376 Use backend name as the menu label. Suggested by David Kastrup.
20377
20378 2007-07-28 Alan Mackenzie <acm@muc.de>
20379
20380 Fix problem with modes derived from CC Mode:
20381 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
20382 macro to cc-langs.
20383 (c-init-language-vars-for): Remove call to above macro.
20384 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
20385 been moved to here.
20386 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
20387
20388 2007-07-28 Eli Zaretskii <eliz@gnu.org>
20389
20390 * net/trampver.el: Fix the `coding' cookie.
20391
20392 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20393
20394 * vc-git.el (vc-git-print-log): Support both the old single file
20395 interface and the new one.
20396
20397 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
20398
20399 * bindings.el (mode-line-remote): Use updated %@ construct.
20400
20401 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
20402
20403 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
20404 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
20405 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
20406 (diary-list-bahai-entries, diary-bahai-mark-entries)
20407 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
20408 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
20409 New names to clean up namespace.
20410 (list-bahai-diary-entries, mark-bahai-diary-entries)
20411 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
20412 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
20413 Add compatibility aliases.
20414
20415 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
20416
20417 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
20418 (calendar-scroll-left-three-months)
20419 (calendar-scroll-right-three-months): Clean up namespace.
20420 (scroll-calendar-left, scroll-calendar-right)
20421 (scroll-calendar-left-three-months)
20422 (scroll-calendar-right-three-months): Add compatibility aliases.
20423
20424 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
20425 Behave like mouse-scroll-calendar-* when used from the mouse.
20426
20427 * calendar/cal-menu.el (cal-menu-scroll-menu)
20428 (cal-menu-global-mouse-menu):
20429 * calendar/calendar.el (calendar-mode-map):
20430 Use new calendar-scroll-* names.
20431 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
20432 Remove. Use calendar-scroll-* directly instead.
20433
20434 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20435
20436 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
20437 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
20438 (ad-make-advised-definition, ad-cache-id-verification-code):
20439 Use commandp and interactive-form instead.
20440
20441 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
20442
20443 * vc-git.el: Relicense to GPLv3 or later.
20444 (vc-directory-exclusion-list, vc-handled-backends): Remove.
20445
20446 * vc-hooks.el (vc-handled-backends): Add GIT.
20447
20448 * vc.el (vc-directory-exclusion-list): Add .git.
20449
20450 2007-07-26 Alexandre Julliard <julliard@winehq.org>
20451
20452 * vc-git.el (vc-git-revision-table)
20453 (vc-git-revision-completion-table): New functions.
20454
20455 2007-07-25 Glenn Morris <rgm@gnu.org>
20456
20457 * Relicense all FSF files to GPLv3 or later.
20458
20459 * COPYING: Switch to GPLv3.
20460
20461 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20462
20463 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
20464 Replace it with another one which disables undo before calling
20465 erase-buffer and then turns it back on if needed.
20466
20467 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20468
20469 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
20470
20471 2007-07-24 Glenn Morris <rgm@gnu.org>
20472
20473 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20474 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20475 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20476 (cal-tex-cursor-week, cal-tex-cursor-week2)
20477 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20478 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20479 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20480 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20481
20482 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20483
20484 * calendar/calendar.el (calendar-mode-map): Move initialization
20485 into declaration. Add menu bindings (used to be done in cal-menu).
20486 (calendar-mode): Don't add an activate-menubar-hook.
20487
20488 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
20489 modify calendar-mode-map), use easy-menu, and make sure that C-h k
20490 can be used on the menu entries.
20491 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
20492 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
20493 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
20494 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
20495 (calendar-flatten, cal-menu-update): Remove.
20496 (calendar-mouse-insert-hebrew-diary-entry)
20497 (calendar-mouse-insert-islamic-diary-entry)
20498 (calendar-mouse-insert-bahai-diary-entry):
20499 Remove (fold into cal-menu-diary-menu).
20500 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
20501 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
20502 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
20503 (calendar-mouse-view-diary-entries): Minor simplifications.
20504 (calendar-event-to-date): Use with-current-buffer.
20505
20506 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
20507
20508 * add-log.el (change-log-redate): Remove (not needed anymore and
20509 doesn't appear to work).
20510
20511 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
20512
20513 * frame.el: Use mapc and dolist instead of mapcar where possible.
20514 (close-display-connection): New command.
20515
20516 2007-07-25 Alexandre Julliard <julliard@winehq.org>
20517
20518 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
20519 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
20520
20521 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20522
20523 * ps-print.el (ps-multibyte-buffer): Docstring fix.
20524
20525 * ps-mule.el: Doc fix.
20526 (ps-multibyte-buffer, ps-mule-font-info-database-default)
20527 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
20528
20529 2007-07-25 Glenn Morris <rgm@gnu.org>
20530
20531 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
20532 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
20533 (cal-tex-daily-end, cal-tex-hook)
20534 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
20535 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
20536 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20537 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20538 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
20539 (cal-tex-day-prefix, cal-tex-day-name-format)
20540 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
20541 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
20542 (cal-tex-LaTeX-subst-list): Change from variables to constants.
20543 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
20544 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
20545 etc, rather than \bf.
20546 (cal-tex-mini-calendar): Fix typos in previous change.
20547 (cal-tex-latexify-list): Remove inner let binding.
20548 (cal-tex-end-document, cal-tex-banner): Use multi-line
20549 cal-tex-comment.
20550 (cal-tex-comment): Handle embedded newlines.
20551 (cal-tex-LaTeXify-string): Use substring-no-properties.
20552
20553 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
20554
20555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20556 Add support for the Maden build tool.
20557
20558 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
20559
20560 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
20561
20562 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20563
20564 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
20565
20566 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20567
20568 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
20569 C-x C-q.
20570
20571 * vc-git.el (vc-git-print-log): Fix previous change.
20572
20573 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20574
20575 * window.el (save-selected-window): Minor optimization.
20576 (bw-adjust-window): If operation failed, try with a smaller delta.
20577 (window-fixed-size-p): New function.
20578 (window-area-factor): New var.
20579 (balance-windows-area): New command.
20580
20581 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
20582 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
20583 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
20584 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
20585 (ps-mule-begin-job): Use dolist.
20586
20587 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
20588
20589 * subr.el (start-file-process-shell-command)
20590 (process-file-shell-command): New defuns.
20591
20592 * progmodes/compile.el (compilation-start):
20593 Apply `start-file-process-shell-command'.
20594
20595 2007-07-24 Alexandre Julliard <julliard@winehq.org>
20596
20597 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
20598
20599 2007-07-24 Alan Mackenzie <acm@muc.de>
20600
20601 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
20602 Initialise byte-compile-unresolved-functions before rather than
20603 after a compilation.
20604 (byte-compile-unresolved-functions): Amplify doc string.
20605
20606 2007-07-24 Glenn Morris <rgm@gnu.org>
20607
20608 * startup.el (normal-splash-screen): Use `emacs-copyright'.
20609
20610 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
20611 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
20612 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
20613 (cal-tex-cursor-week, cal-tex-cursor-week2)
20614 (cal-tex-cursor-week-iso, cal-tex-week-hours)
20615 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
20616 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20617 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
20618
20619 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
20620 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
20621 (cal-tex-day-name-format, cal-tex-cal-one-month)
20622 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
20623 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
20624 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
20625 (cal-tex-list-holidays, cal-tex-cursor-year)
20626 (cal-tex-cursor-year-landscape, cal-tex-year)
20627 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
20628 (cal-tex-cursor-month, cal-tex-insert-days)
20629 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
20630 (cal-tex-first-blank-p, cal-tex-cursor-week)
20631 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20632 (cal-tex-week-hours, cal-tex-cursor-week-monday)
20633 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
20634 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
20635 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
20636 (cal-tex-latexify-list, cal-tex-previous-month)
20637 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
20638 modernization, including using dotimes rather than
20639 calendar-for-loop.
20640 (cal-tex-LaTeX-subst-list): Remove `@'.
20641 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
20642 Use \textit and \textbf rather than \em and \it.
20643
20644 * calendar/cal-bahai.el (list-bahai-diary-entries)
20645 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
20646 * calendar/cal-islam.el (list-islamic-diary-entries)
20647 * calendar/calendar.el (generate-calendar, generate-calendar-month)
20648 * calendar/diary-lib.el (diary-list-entries)
20649 (mark-calendar-date-pattern): Use `dotimes' rather than
20650 `calendar-for-loop'.
20651
20652 * calendar/calendar.el (calendar-for-loop): Doc fix.
20653
20654 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20655
20656 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
20657 underlying file is uptodate.
20658
20659 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
20660
20661 * replace.el (perform-replace): Use isearch-no-upper-case-p.
20662
20663 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * vc-hooks.el (vc-mode-line-map): New const.
20666 (vc-mode-line): Use it.
20667
20668 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20669
20670 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
20671 (vc-git-unregister): New functions.
20672 (vc-git-find-version): Use the result of ls-files as a parameter
20673 for cat-file.
20674
20675 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
20676
20677 * net/tramp.el (tramp-perl-file-attributes)
20678 (tramp-perl-directory-files-and-attributes)
20679 (tramp-handle-file-attributes-with-stat)
20680 (tramp-handle-directory-files-and-attributes-with-stat)
20681 (tramp-convert-file-attributes): Handle huge file sizes.
20682
20683 2007-07-23 Juri Linkov <juri@jurta.org>
20684
20685 * isearch.el (isearch-message-function): New variable.
20686 (isearch-update, isearch-search): Use it.
20687
20688 * simple.el (goto-history-element): New function created from
20689 next-history-element.
20690 (next-history-element): Most code moved to goto-history-element.
20691 Call goto-history-element with (- minibuffer-history-position n).
20692 (previous-history-element): Call goto-history-element with (+
20693 minibuffer-history-position n).
20694 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
20695 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
20696 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
20697 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
20698 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
20699 (minibuffer-history-isearch-pop-state): New functions.
20700
20701 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
20702
20703 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
20704 Also, if FILE is a list, return non-nil if any of its elements
20705 should stay local. Update docstring.
20706
20707 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
20710 change by reverting a small part.
20711
20712 2007-07-23 Richard Stallman <rms@gnu.org>
20713
20714 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
20715
20716 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20717
20718 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
20719 handling it. Use vc-git-command.
20720 (vc-git-find-version, vc-git-diff-tree): New functions.
20721 (vc-git-revert): Use vc-git-command.
20722 (vc-git--run-command): Delete.
20723
20724 2007-07-23 Alexandre Julliard <julliard@winehq.org>
20725
20726 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
20727
20728 2007-07-20 Kenichi Handa <handa@m17n.org>
20729
20730 * international/utf-8.el (utf-8-post-read-conversion):
20731 Temporarily bind utf-8-compose-scripts to nil while running
20732 *-compose-region functions.
20733
20734 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20735
20736 * vc-git.el: Update status.
20737 (vc-directory-exclusion-list): Use eval-after-load.
20738
20739 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
20740
20741 * bindings.el (mode-line-remote): New variable.
20742 (help-echo): Add to default values of mode-line-format.
20743
20744 * files.el: Mark mode-line-remote as risky.
20745
20746 2007-07-22 Juri Linkov <juri@jurta.org>
20747
20748 * isearch.el (isearch-edit-string): Save old point and
20749 isearch-other-end to old-point and old-other-end before reading
20750 the search string from minibuffer. After exiting minibuffer set
20751 point to old-other-end if point and the search direction is the
20752 same as before reading the search string.
20753 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
20754 to isearch-other-end. Instead of isearch-search-and-update call
20755 three functions isearch-search, isearch-push-state and isearch-update.
20756
20757 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20758
20759 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
20760 deal with multiple file arguments.
20761 (vc-git-print-log): Deal with multiple file arguments.
20762
20763 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20764
20765 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
20766 diff-refine-hunk. Adjust users.
20767 (diff-unified-hunk-p, diff-splittable-p): New functions.
20768 (diff-mode-menu): Use it to disable Split when it doesn't work.
20769
20770 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20771
20772 * diff-mode.el (diff-mode-menu): New entries.
20773
20774 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20775
20776 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
20777 if applicable, so as to save undo-log space.
20778
20779 * diff-mode.el (diff-find-file-name): Add arg `batch'.
20780
20781 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
20782 (diff-file-kill): Use it.
20783 (diff-beginning-of-hunk): Add arg `try-harder' using it.
20784 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
20785 Use it so they find the hunk even when we're in the file header.
20786
20787 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20788
20789 * vc-git.el (vc-git-revision-granularity, vc-git-root)
20790 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
20791 (vc-git-create-repo): New functions.
20792 (vc-git-registered): New autoloaded function definition.
20793 (vc-git-registered): Use vc-git-root.
20794 (vc-git-responsible-p): New defalias.
20795 (vc-git-annotate-extract-revision-at-line): Uncomment.
20796 (vc-git-print-log): Add the file name to the log.
20797 (vc-git-log-view-mode): New derived mode.
20798 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
20799
20800 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20801
20802 * progmodes/grep.el (grep-compute-defaults): Keep default values.
20803
20804 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
20805
20806 * textmodes/reftex.el (reftex-access-parse-file): Create parse
20807 file in a way that does not interfere with recentf mode.
20808 (reftex-access-parse-file): Do not risk destroying an existing
20809 buffer.
20810
20811 2007-07-22 Alexandre Julliard <julliard@winehq.org>
20812
20813 * vc-git.el: New file.
20814
20815 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20816
20817 * textmodes/tex-mode.el (tex-font-script-display): Change default.
20818
20819 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20820
20821 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
20822 for branches and new files.
20823
20824 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
20825 local-map handling ...
20826 (vc-mode-line): ... here. Improve handling of help-echo.
20827
20828 * vc.el (mode-line-string): Document help-echo usage.
20829
20830 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
20831
20832 Sync with Tramp 2.1.10.
20833
20834 * net/tramp.el (tramp-get-ls-command): Fix typo.
20835
20836 * net/trampver.el: Update release number.
20837
20838 2007-07-22 Jan Djärv <jan.h.d@swipnet.se>
20839
20840 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
20841
20842 * term/x-win.el (x-handle-no-bitmap-icon): New function.
20843
20844 2007-07-22 Martin Rudalics <rudalics@gmx.at>
20845
20846 * add-log.el (change-log-fill-parenthesized-list): New function.
20847 (change-log-indent): Call change-log-fill-parenthesized-list.
20848 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
20849 Have lines with leading asterisk start a paragraph.
20850
20851 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20852
20853 * calc/calc-math.el (math-emacs-precision)
20854 (math-largest-emacs-expt, math-smallest-emacs-expt):
20855 New variables.
20856 (math-use-emacs-fn): New function.
20857 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
20858 appropriate.
20859
20860 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
20861
20862 * image-dired.el (image-dired-sane-db-file): New func.
20863 (image-dired-write-tags, image-dired-remove-tag)
20864 (image-dired-list-tags, image-dired-write-comments)
20865 (image-dired-get-comment, image-dired-mark-tagged-files)
20866 (image-dired-create-gallery-lists): Call new func.
20867 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
20868
20869 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
20870
20871 * vc-hg.el (vc-hg-dir-state): Fix loop.
20872 (vc-hg-print-log): Fix expected return value for vc-hg-command.
20873 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
20874 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
20875 (vc-hg-revert): Likewise.
20876 (vc-hg-revision-table, vc-hg-revision-completion-table): New
20877 functions.
20878
20879 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * add-log.el (change-log-resolve-conflict): Don't lose data if the
20882 merge fails.
20883
20884 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20885
20886 * progmodes/compile.el (compilation-auto-jump-to-first-error):
20887 Add group and version.
20888
20889 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20890
20891 * add-log.el (add-log-file-name): Use file-relative-name.
20892 (add-change-log-entry): Delay reading
20893 add-log-(full-name|mailing-address) to after we've switched to the
20894 ChangeLog buffer so we get the right value.
20895 (add-change-log-entry, add-log-current-defun, change-log-merge):
20896 Use derived-mode-p rather than checking major-mode directly.
20897
20898 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
20899 name for buffer-file-name if it refers to a directory.
20900
20901 * vc-arch.el (vc-arch-diff): Fix last change.
20902
20903 * progmodes/compile.el (compilation-start): Remember the original
20904 directory in a buffer-local compilation-directory.
20905 (compile): Set the global value of compilation-directory.
20906 (recompile): Use compilation-directory even in the compilation buffer.
20907
20908 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20909
20910 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
20911
20912 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20913
20914 * ps-print.el: Problem with foreground and background color when
20915 printing a buffer with and without faces. Reported by Christian
20916 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
20917 (ps-print-version): New version 6.7.5.
20918 (ps-default-fg): Change default value to nil, so black color is used
20919 when a face does not specify a foreground color.
20920 (ps-default-bg): Change default value to nil, so white color is used
20921 for background color.
20922 (ps-begin-job): Fix code.
20923
20924 2007-07-20 Eli Zaretskii <eliz@gnu.org>
20925
20926 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
20927 in $(INSTALL_DIR)/lisp/ if they already exist.
20928
20929 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
20930
20931 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
20932 in $(INSTALL_DIR)/lisp/ if they already exist.
20933
20934 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
20935
20936 * progmodes/vera-mode.el (vera-re-search-forward)
20937 (vera-re-search-backward): Remove use of store-match-data.
20938 (vera-mode-map): Move initialization into declaration.
20939
20940 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
20941 (flymake-find-buildfile): Use locate-dominating-file.
20942
20943 * vc.el (vc-delistify): Use mapconcat.
20944 (vc-do-command): Minor simplification.
20945 (vc-expand-dirs): Use push.
20946
20947 * vc-mcvs.el (vc-mcvs-create-repo):
20948 * vc-cvs.el (vc-cvs-create-repo): Remove.
20949
20950 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
20951 directory and the root as well.
20952
20953 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20954
20955 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
20956 instead of a file.
20957
20958 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
20959 (vc-hg-registered): Replace if with when.
20960 (vc-hg-state): Deal with nonexistent files and handle removed files.
20961 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
20962 (vc-hg-checkout): Re-enable.
20963 (vc-hg-create-repo): Fix typos.
20964 (vc-hg-print-log): Fix for multiple files.
20965 (vc-hg-workfile-unchanged-p): New function.
20966
20967 * vc.el: Fix typo.
20968 (vc-print-log): Fix call to print-log.
20969 (vc-default-comment-history): Likewise.
20970 (vc-directory-exclusion-list): Add .hg and .bzr.
20971 (vc-diff-internal): Pass a list instead of a file.
20972
20973 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
20974
20975 * vc-bzr.el (vc-bzr-create-repo): New function.
20976
20977 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
20980 `file' from which to start the search.
20981
20982 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
20983
20984 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
20985 having a single file argument to having a list of files as the
20986 first argument.
20987
20988 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * files.el (locate-dominating-file): New function.
20991
20992 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
20993
20994 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
20995 (grep-compute-defaults): Use it.
20996
20997 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
20998
20999 * uniquify.el: Docstring fixes.
21000
21001 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
21002
21003 * vc.el (revision-granularity, create-repo): Document new vc
21004 backend properties.
21005 (vc-rollback): Renamed from vc-cancel-version. Update references.
21006 Pass a list instead of a file.
21007 (vc-revert): Renamed from vc-revert-buffer. Update references.
21008 (vc-delistify, vc-expand-dirs): New functions.
21009 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
21010 of files instead of a single file.
21011 (vc-position-context, vc-resync-window, vc-diff-internal)
21012 (vc-print-log): Pass a list instead of a file.
21013
21014 * vc-hooks.el (vc-stay-local-p, vc-backend)
21015 (vc-backend-subdirectory-name): Work on a file list, not a single
21016 file.
21017 (vc-workfile-version): Update docstring.
21018 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
21019 vc-revert instead of vc-revert-buffer.
21020 (vc-prefix-map): Likewise. Bind vc-update.
21021
21022 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
21023 (vc-svn-wash-log): New functions.
21024 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
21025 (vc-svn-command): Deal with a list of files, not a single file.
21026
21027 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
21028 (vc-rcs-wash-log): New functions.
21029 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
21030 Deal with a list of files, not a single file.
21031 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
21032
21033 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
21034 functions.
21035 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
21036 list of files, not a single file.
21037
21038 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
21039 New functions.
21040 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
21041 (vc-mcvs-diff): Deal with a list of files, not a single file.
21042
21043 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
21044 functions.
21045 (vc-hg-print-log): Deal with a list of files, not a single file.
21046 (vc-hg-diff-tree): New function, replace defalias with the same
21047 name.
21048 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
21049 FILES to denote that it is a file list, not a single file.
21050
21051 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
21052 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
21053 a single file.
21054 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
21055 that it is a file list, not a single file.
21056 (vc-cvs-diff): Likewise. Simplify.
21057
21058 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
21059 Deal with a list of files, not a single file.
21060
21061 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
21062 (vc-bzr-print-log): Update FILE parameter name to denote that it
21063 is a file list, not a single file.
21064 (vc-bzr-diff): Likewise. Use the car of files.
21065
21066 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
21067
21068 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
21069 (follow-delete-other-windows-and-split, follow-recenter)
21070 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
21071 (follow-redisplay, follow-estimate-first-window-start)
21072 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
21073 Fix typos in docstrings.
21074
21075 2007-07-18 Martin Rudalics <rudalics@gmx.at>
21076
21077 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
21078 avoid that filling introduces lines with a single asterisk.
21079
21080 * kmacro.el (kmacro-end-macro): When ignoring empty macro
21081 avoid incorrect kmacro-ring-empty-p messages.
21082 Reported by Michael Schierl <schierlm@gmx.de>.
21083
21084 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21085
21086 * vc.el: Add more info about the vc-registered function.
21087
21088 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
21089
21090 * files.el (file-remote-p): Introduce optional parameter
21091 IDENTIFICATION.
21092
21093 * recentf.el (recentf-keep-default-predicate): Adapt call of
21094 `file-remote-p'.
21095
21096 * progmodes/grep.el (grep-probe): Use `process-file'.
21097 (grep-compute-defaults): Handle variables host specific.
21098
21099 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
21100 parameter IDENTIFICATION.
21101
21102 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
21103 parameter IDENTIFICATION.
21104 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
21105 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
21106 Add entry for `set-file-times'.
21107 (tramp-do-copy-or-rename-file-via-buffer)
21108 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
21109 (tramp-handle-unhandled-file-name-directory): Rewrite.
21110 (tramp-convert-file-attributes): Add error handling when inode is
21111 extraordinary big.
21112 (tramp-get-inode): Change parameter from FILE to VEC.
21113 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
21114 is nil. This is according to the specification. Goto (point-max)
21115 when ready.
21116 (tramp-handle-shell-command): Rewrite completely, using
21117 `process-file' and `start-file-process'.
21118 (tramp-methods, tramp-find-shell)
21119 (tramp-open-connection-setup-interactive-shell)
21120 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
21121 var. Reported by Steve Youngs <steve@sxemacs.org>.
21122
21123 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
21124 entry for `set-file-times'. Rename `start-process' into
21125 `start-file-process'. Remove `call-process' entry.
21126 (tramp-fish-handle-set-file-times): New defun.
21127 (tramp-fish-handle-executable-find): Use `process-file'.
21128 (tramp-fish-handle-process-file): New defun. Replaces
21129 `tramp-fish-handle-call-process'.
21130 (tramp-fish-do-copy-or-rename-file-directly): Use
21131 `set-file-times'.
21132 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
21133
21134 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
21135 `tramp-get-inode' parameter.
21136
21137 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
21138
21139 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
21140 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
21141 nowadays, and by the time Emacs-23 comes out, nobody will even remember
21142 it has ever existed.
21143
21144 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
21145
21146 * vc.el: Undo previous change.
21147
21148 2007-07-16 Eli Zaretskii <eliz@gnu.org>
21149
21150 * makefile.w32-in (clean): Don't delete *~.
21151
21152 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
21153
21154 * textmodes/tex-mode.el (tex-verbatim-environments):
21155 Add safe-local-variable property.
21156 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
21157 when starting font-lock rather than when loading tex-mode.el.
21158
21159 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
21160 whole $( rather than just the $. Rename from sh-quoted-subshell.
21161 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
21162
21163 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21164
21165 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
21166 bookmark-alist. Instead, if not sorting, simply return it.
21167 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
21168 for its return value, not for its side effect.
21169
21170 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
21171 case of alignment under a constant symbol, find and consider
21172 the sexp actually at indentation to be the "last sexp".
21173
21174 2007-07-16 Drew Adams <drew.adams@oracle.com>
21175
21176 * mouse.el (mouse-yank-secondary): Better error message if no
21177 secondary selection.
21178
21179 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21180
21181 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
21182
21183 * term/xterm.el (xterm-turn-on-modify-other-keys)
21184 (xterm-turn-off-modify-other-keys): New functions.
21185 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
21186 terminal supports it.
21187
21188 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
21189
21190 * bookmark.el (bookmark-show-all-annotations):
21191 Make sure each inserted annotation ends with newline.
21192
21193 2007-07-15 Richard Stallman <rms@gnu.org>
21194
21195 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
21196
21197 * tutorial.el (tutorial--find-changed-keys):
21198 Handle C-x specially like ESC.
21199
21200 2007-07-15 Aaron Hawley <aaronh@garden.org>
21201
21202 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
21203
21204 2007-07-15 Juri Linkov <juri@jurta.org>
21205
21206 * delsel.el (delete-selection-pre-hook):
21207 * emulation/cua-base.el (cua-paste): Before a yank command,
21208 check also whether last-command is one of mouse-save-then-kill,
21209 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
21210
21211 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
21212
21213 * recentf.el (recentf-keep-default-predicate): New defun.
21214 (recentf-keep): Use it as initial value.
21215
21216 2007-07-15 Karl Fogel <kfogel@red-bean.com>
21217
21218 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
21219 thus restoring bookmark bindings to three slots under C-x r. See
21220 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
21221
21222 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
21223
21224 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
21225
21226 2007-07-15 Jason Rumney <jasonr@gnu.org>
21227
21228 * w32-fns.el (set-default-process-coding-system): Use dos line ends
21229 for input to cmdproxy on all versions of Windows.
21230 Use dos line ends for input to plink.
21231
21232 * comint.el (comint-simple-send): Concat newline before sending.
21233 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
21234
21235 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21236
21237 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
21238 safe-local-variable setting.
21239
21240 2007-07-14 David Kastrup <dak@gnu.org>
21241
21242 * emacs-lisp/advice.el (defadvice): Doc fix.
21243
21244 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
21245
21246 * subr.el (when, unless): Doc fix.
21247
21248 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
21249
21250 * replace.el (match): Use yellow1 instead of yellow.
21251
21252 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
21253 red.
21254
21255 * pcvs-info.el (cvs-unknown): Likewise.
21256
21257 2007-07-13 Eli Zaretskii <eliz@gnu.org>
21258
21259 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
21260 (install): Use them to copy all *.el files before *.elc.
21261
21262 2007-07-13 Drew Adams <drew.adams@oracle.com>
21263
21264 * bookmark.el (bookmark-jump-other-window): New function.
21265 (bookmark-map): Bind it to "o".
21266
21267 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
21268 and its thread contains discussion about this change.
21269 The original patch was slightly tweaked by Karl Fogel
21270 <kfogel@red-bean.com> before committing.
21271
21272 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21273
21274 * bookmark.el: Shorten some comments to fit within 80 lines.
21275
21276 2007-07-13 Karl Fogel <kfogel@red-bean.com>
21277
21278 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
21279 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
21280 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
21281 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
21282
21283 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
21284
21285 * textmodes/org.el: Bug fixes.
21286 (org-end-of-line): Move to end of line if in headline without tags.
21287
21288 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
21289
21290 * vc-hooks.el: Remove spurious * in docstrings.
21291 (vc-handled-backends): Add BZR.
21292
21293 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
21294
21295 2007-07-12 Davis Herring <herring@lanl.gov>
21296
21297 * desktop.el (desktop-buffer-info, desktop-save):
21298 Use `desktop-dirname' instead of `dirname'.
21299
21300 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21301
21302 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
21303
21304 * progmodes/python.el (python-which-func-length-limit): New var.
21305 (python-which-func): New function.
21306 (python-current-defun): Add optional `length-limit' and try to fit
21307 computed function name to that length.
21308 (python-mode): Hook `python-which-func' up.
21309
21310 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21311
21312 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
21313
21314 * comint.el (comint-dynamic-complete-as-filename):
21315 Use read-file-name-completion-ignore-case.
21316
21317 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
21318
21319 * comint.el (comint-dynamic-list-filename-completions):
21320 Use read-file-name-completion-ignore-case.
21321
21322 * vc-cvs.el: Require CL.
21323 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
21324 New functions to provide completion of revision names.
21325
21326 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
21327 (vc-cvs-annotate-first-line-re): New const.
21328 (vc-cvs-annotate-process-filter): New fun.
21329 (vc-cvs-annotate-command): Use them and run the command asynchronously.
21330
21331 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
21332
21333 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
21334 (eldoc-print-current-symbol-info): Adjust for changed helper
21335 function signatures.
21336 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
21337 `eldoc-highlight-function-argument'.
21338 (eldoc-highlight-function-argument): New function.
21339 (eldoc-get-var-docstring): Format documentation with
21340 `font-lock-variable-name-face'.
21341 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
21342 where suited.
21343 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
21344 (eldoc-beginning-of-sexp): Return number of skipped sexps.
21345
21346 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
21347
21348 * progmodes/compile.el (compilation-start): `start-process' must
21349 still be redefined when calling `start-process-shell-command'.
21350
21351 * progmodes/gud.el (gud-file-name): When `default-directory' is a
21352 remote file name, prepend its remote part to the filename.
21353 (gud-common-init): When `default-directory' is a remote file name,
21354 make the filename relative to it.
21355 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
21356
21357 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
21358
21359 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
21360 mouse binding and a tooltip.
21361
21362 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * menu-bar.el (vc-menu-map): New defalias.
21365
21366 2007-07-10 Richard Stallman <rms@gnu.org>
21367
21368 * emacs-lisp/lisp-mode.el (eval-defun):
21369 Explain special handling of `defface'.
21370
21371 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
21372
21373 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
21374
21375 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
21376
21377 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21378
21379 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
21380
21381 * vc-arch.el (vc-arch-complete): Remove.
21382 (vc-arch-revision-completion-table): Use complete-with-action.
21383
21384 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
21385 (complete-with-action): New function.
21386 (dynamic-completion-table): Use it.
21387
21388 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
21389
21390 * comint.el (make-comint, make-comint-in-buffer)
21391 (comint-exec-1): Replace `start-process' by `start-file-process'.
21392
21393 * progmodes/compile.el (compilation-start): Revert redefining
21394 `start-process'.
21395
21396 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
21397
21398 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
21399 with EOLs when generating MD5 checksums.
21400
21401 * follow.el: Don't change the global map from the follow-mode-map
21402 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
21403 XEmacs code.
21404 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
21405 since `follow-mode' should be used instead for that.
21406
21407 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
21408 (easy-menu-do-define): Use it.
21409 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
21410
21411 * progmodes/compile.el (compilation-auto-jump-to-first-error)
21412 (compilation-auto-jump-to-next): New vars.
21413 (compilation-auto-jump): New function.
21414 (compilation-error-properties): Use them to jump to first error.
21415 (compilation-start): Set the var if requested.
21416
21417 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
21418 duplicates without also removing entries from other directories.
21419
21420 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
21421
21422 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
21423 Remember span as default.
21424 (org-columns-edit-value): Rename from `org-column-edit'.
21425 (org-columns-display-here-title): Rename from
21426 `org-overlay-columns-title'.
21427 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
21428 (org-columns-get-autowidth-alist): Rename from
21429 `org-get-columns-autowidth-alist'.
21430 (org-columns-display-here): Rename from `org-overlay-columns'.
21431 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
21432 (org-columns-quit): Rename from `org-column-quit'.
21433 (org-columns-show-value): Rename from `org-column-show-value'.
21434 (org-columns-content, org-columns-widen)
21435 (org-columns-next-allowed-value)
21436 (org-columns-edit-allowed, org-columns-store-format)
21437 (org-columns-uncompile-format, org-columns-redo)
21438 (org-columns-edit-attributes, org-delete-property)
21439 (org-set-property, org-columns-update)
21440 (org-columns-compute, org-columns-eval)
21441 (org-columns-not-in-agenda, org-columns-compute-all)
21442 (org-property-next-allowed-value)
21443 (org-columns-compile-format)
21444 (org-fill-paragraph-experimental)
21445 (org-string-to-number, org-property-action)
21446 (org-columns-move-left, org-columns-new)
21447 (org-column-number-to-string)
21448 (org-property-previous-allowed-value)
21449 (org-at-property-p, org-columns-delete)
21450 (org-columns-previous-allowed-value)
21451 (org-columns-move-right, org-columns-narrow)
21452 (org-property-get-allowed-values)
21453 (org-verify-version, org-column-string-to-number)
21454 (org-delete-property-globally): New functions.
21455 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
21456 (org-columns-overlays): Rename from `org-column-overlays'.
21457 (org-columns-map): Rename from `org-column-map'.
21458 (org-columns-current-maxwidths): Rename from
21459 `org-current-columns-maxwidths'.
21460 (org-columns-begin-marker, org-columns-current-fmt-compiled)
21461 (org-previous-header-line-format)
21462 (org-columns-inhibit-recalculation)
21463 (org-columns-top-level-marker): New variables.
21464 (org-columns-default-format): Rename from `org-default-columns-format'.
21465 (org-property-re): New constant.
21466
21467 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
21468
21469 * subr.el (looking-at-p, string-match-p): New functions.
21470
21471 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
21472
21473 * textmodes/tex-mode.el (tex-fontify-script)
21474 (tex-font-script-display): New variables to make display of
21475 superscripts and subscripts customizable.
21476 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
21477
21478 2007-07-09 Richard Stallman <rms@gnu.org>
21479
21480 * isearch.el (isearch-edit-string): Call to isearch-push-state
21481 after the search.
21482
21483 2007-07-09 Jan Djärv <jan.h.d@swipnet.se>
21484
21485 * window.el (fit-window-to-buffer): Remove setting of window-min-height
21486 to 1 as enlarge-window uses the value to resize/shrink windows other
21487 than WINDOW if needed.
21488
21489 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
21490
21491 * cus-start.el (file-coding-system-alist): Fix custom type.
21492
21493 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
21494
21495 * longlines.el (longlines-wrap-region): Avoid marking buffer as
21496 modified.
21497 (longlines-auto-wrap, longlines-window-change-function):
21498 Remove unnecessary calls to set-buffer-modified-p.
21499
21500 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
21501
21502 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
21503 (vc-cvs-checkout): Remove last arg now unused; simplify.
21504
21505 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
21506
21507 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
21508
21509 * net/tramp.el:
21510 * net/tramp-ftp.el:
21511 * net/tramp-smb.el:
21512 * net/tramp-uu.el:
21513 * net/trampver.el: Migrate to Tramp 2.1.
21514
21515 * net/tramp-cache.el:
21516 * net/tramp-fish.el:
21517 * net/tramp-gw.el: New Tramp packages.
21518
21519 * net/tramp-util.el:
21520 * net/tramp-vc.el: Removed.
21521
21522 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
21523 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
21524
21525 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
21526
21527 * progmodes/compile.el (compilation-start): Redefine
21528 `start-process' temporarily when `default-directory' is remote.
21529 Remove case of synchronous compilation, this won't happen ever.
21530 (compilation-setup): Make local variable `comint-file-name-prefix'
21531 for remote compilation.
21532
21533 2007-07-08 Martin Rudalics <rudalics@gmx.at>
21534
21535 * novice.el (disabled-command-function): Fit window to buffer to
21536 make last line visible.
21537 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
21538
21539 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
21540 when handling the terminating event.
21541
21542 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21543
21544 * calc/calc.el (math-read-number-simple): Remove leading 0s.
21545 (math-bignum-digit-length): Change to optimal value.
21546
21547 * calc/calc-bin.el (math-bignum-logb-digit-size)
21548 (math-bignum-digit-power-of-two): Evaluate when compiled.
21549
21550 * calc/calc-comb.el (math-small-factorial-table)
21551 (math-init-random-base, math-prime-test): Remove unnecessary calls
21552 to `math-read-number-simple'.
21553
21554 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21555 (math-approx-gamma-const): Add docstrings.
21556
21557 * calc/calc-forms.el (math-julian-date-beginning)
21558 (math-julian-date-beginning-int): New constants.
21559 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
21560 Use the new constants.
21561
21562 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
21563
21564 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21565 Add docstrings.
21566
21567 2007-07-07 Tom Tromey <tromey@redhat.com>
21568
21569 * vc.el (vc-annotate): Jump to line and output message only after the
21570 process is really all done.
21571
21572 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21573
21574 * vc.el (vc-exec-after): Don't move point from the sentinel.
21575 Forcefully read all the remaining text in the pipe upon process exit.
21576 (vc-annotate-display-autoscale, vc-annotate-lines):
21577 Don't stop at the first unrecognized line.
21578 (vc-annotate-display-select): Run autoscale after the process is done
21579 since it depends on the whole result.
21580
21581 2007-07-07 Eli Zaretskii <eliz@gnu.org>
21582
21583 * term/w32-win.el (menu-bar-open): New function.
21584 Bind <f10> to it.
21585
21586 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
21587
21588 * simple.el (start-file-process): New defun.
21589
21590 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
21591
21592 * files.el (find-file-confirm-nonexistent-file): Rename from
21593 find-file-confirm-inexistent-file. Update users.
21594
21595 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
21596 format of autoload block where the file's time-stamp is replaced by its
21597 MD5 checksum.
21598 (autoload-generate-file-autoloads): Use MD5 checksum instead of
21599 time-stamp for secondary autoloads files.
21600 (update-directory-autoloads): Remove duplicate entries.
21601 Use time-less-p for time-stamps, as done in autoload-find-destination.
21602
21603 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
21604
21605 * calc/calc.el (math-read-number): Replace number by variable.
21606 (math-read-number-simple): Properly parse small integers.
21607
21608 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
21609
21610 * vc.el: Fix doc for the checkout function.
21611
21612 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
21613
21614 * vc-hg.el (vc-hg-root): New function.
21615 (vc-hg-registered): Use it.
21616 (vc-hg-diff-tree): New defalias.
21617 (vc-hg-responsible-p): Likewise.
21618 (vc-hg-checkout): Comment out, not needed.
21619 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
21620 (vc-hg-find-version, vc-hg-next-version): New functions.
21621
21622 2007-07-06 Andreas Schwab <schwab@suse.de>
21623
21624 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
21625 dynamic bindings around the evaluation of the expression.
21626 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
21627
21628 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
21629
21630 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
21631 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
21632 Use run-hooks rather than run-mode-hooks.
21633
21634 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
21635
21636 * calc/calc-comb.el (math-random-digit): Rename to
21637 `math-random-three-digit-number'.
21638 (math-random-digits): Don't depend on representation of integer.
21639
21640 * calc/calc-bin.el (math-bignum-logb-digit-size)
21641 (math-bignum-digit-power-of-two): New constants.
21642 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
21643 (math-not-bignum, math-clip-bignum): Use the constants
21644 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
21645 instead of their values.
21646 (math-clip): Use math-small-integer-size instead of its value.
21647
21648 * calc/calc.el (math-add-bignum): Replace number by constant.
21649
21650 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21651
21652 * wid-edit.el (widget-documentation-string-value-create):
21653 Insert indentation spaces.
21654
21655 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21656
21657 * emacs-lisp/byte-opt.el: Revert last change.
21658
21659 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21660
21661 * vc-hooks.el (vc-handled-backends): Add HG.
21662
21663 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
21664
21665 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21666
21667 * complete.el (PC-do-complete-and-exit): Add support for the new
21668 `confirm-only' confirmation mode.
21669
21670 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
21671
21672 * cus-edit.el (custom-commands): New variable.
21673 (custom-tool-bar-map): New variable. Initialize using
21674 `custom-commands'.
21675 (custom-mode): Use `custom-tool-bar-map'.
21676 (custom-buffer-create-internal): Insert action buttons only if
21677 tool bar is not used. Use `custom-commands'.
21678 (Custom-help, custom-command-apply): New function.
21679 (custom-command-apply, Custom-set, Custom-save)
21680 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
21681 Use `custom-command-apply' instead of duplicating code.
21682 (customize-group-other-window): Call `customize-group' instead of
21683 duplicating code.
21684 (customize-face-other-window): Call `customize-face' instead of
21685 duplicating code.
21686 (customize-group, customize-face): Add optional args for opening
21687 in another window.
21688 (custom-variable-tag): Don't inherit `variable-pitch' face.
21689 (custom-group-tag): Inherit `variable-pitch' face.
21690 (custom-variable-value-create): Set documentation indentation.
21691 (custom-group-value-create): Make group name a link, instead of
21692 using an extra "go to group" button.
21693 (custom-prompt-variable, custom-group-set, custom-group-save)
21694 (custom-group-reset-current, custom-group-reset-saved)
21695 (custom-group-reset-standard): Minor cleanup.
21696
21697 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
21698
21699 * Makefile.in (bootstrap-prepare): When copying from
21700 ldefs-boot.el, make sure loaddefs.el is writeable.
21701
21702 (bootstrap-prepare): Make $(lisp)/ps-print.el
21703 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
21704
21705 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
21706
21707 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
21708 only caller, and delete.
21709 (vc-hg-state): Deal with exceptions and only parse the output on
21710 successful return.
21711 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
21712 caller, and delete.
21713 (vc-hg-workfile-version): Deal with exceptions and only parse the
21714 output on successful return.
21715 (vc-hg-revert): New function.
21716
21717 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
21718
21719 * calculator.el (calculator-expt): Use more cases to determine
21720 the value.
21721
21722 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
21723
21724 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
21725 file names.
21726
21727 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21728
21729 * calculator.el (calculator-expt, calculator-integer-p):
21730 New functions.
21731 (calculator-fact): Check to see if the factorial will be too
21732 large before computing it.
21733 (calculator-initial-operators): Use `calculator-expt' to
21734 compute "^".
21735 (calculator-mode): Mention that results which are too large
21736 will return inf.
21737 * calc/calc-comb.el (math-small-factorial-table): Replace list
21738 by vector.
21739
21740 2007-07-03 David Kastrup <dak@gnu.org>
21741
21742 * shell.el: On request of the authors, remove their addresses for
21743 the sake of bug reports, and add the developer list address as
21744 maintainer information.
21745
21746 2007-07-03 Richard Stallman <rms@gnu.org>
21747
21748 * files.el (make-directory): Doc fix.
21749 (find-file-confirm-inexistent-file): Make it a defcustom.
21750 Make nil the default.
21751
21752 2007-07-02 Richard Stallman <rms@gnu.org>
21753
21754 * startup.el (command-line): Set buffer-offer-save in *scratch*
21755 and enable auto-save in it.
21756
21757 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
21758
21759 * textmodes/org.el (orgstruct-mode-map): New variable.
21760 (orgstruct-mode): New minor mode.
21761 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
21762 (orgstruct-make-binding, org-context-p, org-get-local-variables)
21763 (org-run-like-in-org-mode): New functions.
21764 (org-cycle-list-bullet): New command.
21765 (org-special-properties, org-property-start-re)
21766 (org-property-end-re): New constants.
21767 (org-with-point-at): New macro.
21768 (org-get-property-block, org-entry-properties, org-entry-get)
21769 (org-entry-delete, org-entry-get-with-inheritance)
21770 (org-entry-put, org-buffer-property-keys): New functions.
21771 (org-insert-property-drawer): New command.
21772 (org-entry-property-inherited-from): New variable.
21773 (org-column): New face.
21774 (org-column-overlays, org-current-columns-fmt)
21775 (org-current-columns-maxwidths, org-column-map): New variables.
21776 (org-column-menu): New menu.
21777 (org-new-column-overlay, org-overlay-columns)
21778 (org-overlay-columns-title, org-remove-column-overlays)
21779 (org-column-show-value, org-column-quit, org-column-edit):
21780 New functions.
21781 (org-columns, org-agenda-columns): New commands.
21782 (org-get-columns-autowidth-alist): New functions.
21783 (org-properties): New customize group.
21784 (org-default-columns-format): New option.
21785 (org-priority): Realign tags after changing priority.
21786 (org-preserve-lc): New macro.
21787 (org-update-checkbox-count): Catch case when there is no headline.
21788 (org-agenda-quit): Remove any column overlays.
21789 (org-beginning-of-item-list): Fixed bug when non-item line is
21790 indented too deep.
21791 (org-cached-props): New variable.
21792 (org-cached-entry-get): New function.
21793 (org-make-tags-matcher): Handle property matches.
21794 (org-table-recalculate): Swap evaluation order: Field formula
21795 first, then column formulas, but don't allow them to overwrite the
21796 field formulas.
21797 (org-table-eval-formula): New argument untouchable.
21798 (org-table-put-field-property): New function.
21799
21800 2007-07-02 Martin Rudalics <rudalics@gmx.at>
21801
21802 * help-mode.el (help-make-xrefs): Skip spaces too when
21803 skipping tabs.
21804
21805 * ffap.el (dired-at-point-prompter): Improve prompt in
21806 list-directory case.
21807
21808 2007-07-01 Richard Stallman <rms@gnu.org>
21809
21810 * files.el (find-file-visit-truename): Fix safe-local-variable value.
21811
21812 2007-07-01 Richard Stallman <rms@gnu.org>
21813
21814 * cus-start.el (max-mini-window-height): Added.
21815
21816 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
21817
21818 * complete.el (partial-completion-mode): Remove advice of
21819 read-file-name-internal.
21820 (PC-do-completion): Rebind minibuffer-completion-table.
21821 (PC-read-file-name-internal): New function doing what
21822 read-file-name-internal advice did.
21823
21824 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
21825
21826 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
21827 property on a few symbols.
21828 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
21829 (byte-optimize-lapcode): Remove bindings that are not referenced
21830 and certainly will not effect through dynamic scoping.
21831
21832 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * files.el (find-file-confirm-inexistent-file): New var.
21835 (find-file, find-file-other-window, find-file-other-frame)
21836 (find-file-read-only, find-file-read-only-other-window)
21837 (find-file-read-only-other-frame): Use it.
21838
21839 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
21842
21843 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
21844
21845 * generic-x.el (generic-define-mswindows-modes)
21846 (generic-define-unix-modes, apache-log-generic-mode)
21847 (bat-generic-mode-keymap, java-manifest-generic-mode)
21848 (show-tabs-generic-mode): Fix typos in docstrings.
21849
21850 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
21851
21852 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
21853 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
21854 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
21855 (rcirc-print): Never ignore messages from ourself.
21856
21857 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21858
21859 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
21860 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
21861
21862 2007-06-28 Jan Djärv <jan.h.d@swipnet.se>
21863
21864 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
21865 replace-regexp-in-string.
21866
21867 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21868
21869 * emacs-lisp/cl.el: Set edebug and indentation before loading
21870 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
21871
21872 2007-06-28 Andreas Schwab <schwab@suse.de>
21873
21874 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
21875 $(lisp)/subdirs.el.
21876
21877 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
21878
21879 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
21880 the speedbar frame if nil; that deletes the current frame or
21881 causes an error if it is the only frame.
21882 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
21883
21884 2007-06-28 Kevin Ryde <user42@zip.com.au>
21885
21886 * textmodes/nroff-mode.el: Groff \# comments.
21887 (nroff-mode-syntax-table): \# comment intro,
21888 plain # as punct per global table.
21889 (nroff-font-lock-keywords): Add # as a single char escape.
21890 (nroff-mode): In comment-start-skip, match \#.
21891
21892 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21893
21894 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
21895 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
21896 point-min == 1.
21897
21898 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
21899
21900 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
21901 Rename and move to...
21902
21903 * subr.el (strings->string, string->strings): ...here.
21904
21905 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
21906 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
21907
21908 * progmodes/gud.el (gud-common-init): Call string->strings instead
21909 of split-string.
21910
21911 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
21912
21913 * dired-aux.el: Remove `dired-call-process'.
21914 (dired-check-process): Call `process-file'.
21915
21916 * wdired.el (wdired-do-perm-changes): Call `process-file'.
21917
21918 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
21919 `ange-ftp-process-file'.
21920
21921 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
21922
21923 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
21924
21925 * emacs-lisp/cl-extra.el:
21926 * emacs-lisp/cl-seq.el:
21927 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
21928 Add autoload cookies on all defs autoloaded manually in cl.el.
21929
21930 * emacs-lisp/cl-loaddefs.el: New file.
21931
21932 * textmodes/texinfmt.el (texinfo-raisesections-alist)
21933 (texinfo-lowersections-alist): Merge definition and declaration.
21934 (texinfo-start-of-header, texinfo-end-of-header): Remove.
21935 (texinfo-format-syntax-table): Merge init into declaration.
21936 (texinfo-format-parse-line-args, texinfo-format-parse-args)
21937 (texinfo-format-parse-defun-args, texinfo-format-node)
21938 (texinfo-push-stack, texinfo-multitable-widths)
21939 (texinfo-define-info-enclosure, texinfo-alias)
21940 (texinfo-format-defindex, batch-texinfo-format): Use push.
21941 (texinfo-footnote-number): Remove duplicate declaration.
21942
21943 * ps-print.el: Update with auto-generated autoloads.
21944
21945 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
21946
21947 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
21950 relative to current dir for file-local settings.
21951 (autoload-generate-file-autoloads): Add `outfile' arg.
21952 (update-directory-autoloads): Use it to directly call
21953 autoload-generate-file-autoloads instead of going through
21954 update-file-autoloads so we avoid redundant searches and so we can know
21955 the set of buffers changed so we can save them all.
21956
21957 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
21958 rather than throwing `up-to-date'.
21959 (autoload-generate-file-autoloads): Adjust correspondingly.
21960 (update-file-autoloads): Be careful to let-bind
21961 autoload-modified-buffers and adjust to new calling conventions.
21962 (autoload-modified-buffers): Make it a dynamically scoped var.
21963 (update-directory-autoloads): Use file-relative-name instead of
21964 autoload-trim-file-name.
21965 (autoload-insert-section-header): Don't use autoload-trim-file-name
21966 since the file is already relative now.
21967 (autoload-trim-file-name): Remove.
21968
21969 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
21970 (vc-arch-complete, vc-arch--version-completion-table)
21971 (vc-arch-revision-completion-table): New functions to provide
21972 completion of revision names.
21973 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
21974 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
21975 to let the user trim the revlib.
21976
21977 * vc.el: Add new VC operation `revision-completion-table'.
21978 (vc-default-revision-completion-table): New function.
21979 (vc-version-diff, vc-version-other-window): Use it to provide
21980 completion of revision names if the backend provides it.
21981
21982 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
21983
21984 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
21985 of newer .svn/entries.
21986
21987 2007-06-25 David Kastrup <dak@gnu.org>
21988
21989 * calc/calc-poly.el (math-padded-polynomial)
21990 (math-partial-fractions): Add some function comments.
21991
21992 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21993
21994 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
21995 Make `outbuf' optional.
21996 (update-file-autoloads): Use it.
21997
21998 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21999
22000 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
22001 (autoload-find-destination): Keep it uptodate.
22002 (autoload-save-buffers): New fun.
22003 (update-file-autoloads): Use it. Re-add the "up to date" message.
22004
22005 * emacs-lisp/autoload.el: Refactor for upcoming changes.
22006 (autoload-find-destination): New function extracted from
22007 update-file-autoloads.
22008 (update-file-autoloads): Use it.
22009 (autoload-generate-file-autoloads): New function extracted from
22010 generate-file-autoloads. Use file-relative-name. Delay computation of
22011 output-start to the first cookie. Remove done-any, replaced by
22012 output-start.
22013 (generate-file-autoloads): Use it.
22014
22015 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
22016
22017 * calc/calc-comb.el (math-init-random-base, math-prime-test):
22018 Use math-read-number-simple to insert constants.
22019 (math-prime-test): Redo calculation of sum.
22020
22021 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
22022
22023 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
22024 math-scale-bignum-3.
22025 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
22026 math-bignum-digit-size.
22027 (math-isqrt-small): Add another possible initial guess.
22028
22029 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22030
22031 * textmodes/bibtex.el (bibtex-entry-format): New options
22032 `whitespace', `braces', and `string'.
22033 (bibtex-field-braces-alist, bibtex-field-strings-alist)
22034 (bibtex-field-braces-opt, bibtex-field-strings-opt)
22035 (bibtex-cite-matcher-alist): New variables.
22036 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
22037 (bibtex-flash-head): Use blink-matching-delay.
22038 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
22039 (bibtex-format-entry, bibtex-reformat): Handle new options of
22040 bibtex-entry-format.
22041 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
22042 New functions.
22043 (bibtex-complete-internal): Do not display messages while
22044 minibuffer is used. Do not leave around a completions buffer
22045 that is out of date.
22046 (bibtex-copy-summary-as-kill): New optional arg.
22047 (bibtex-font-lock-url): New optional arg no-button.
22048 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
22049 (bibtex-url): Allow multiple URLs per entry.
22050
22051 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
22052
22053 * emacs-lisp/autoload.el (autoload-generated-file): New function.
22054 (update-file-autoloads, update-directory-autoloads): Use it.
22055 (autoload-file-load-name): New function.
22056 (generate-file-autoloads, update-file-autoloads): Use it.
22057 (autoload-find-file): Accept non-absolute argument. Set default-dir.
22058 (generate-file-autoloads): If the autoloaded form is malformed,
22059 indicate the problem with a warning instead of aborting.
22060
22061 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
22062
22063 * simple.el (next-error-recenter): Accept `(4)' as well;
22064 also, specify `integer' instead of `number'.
22065
22066 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22067
22068 * ls-lisp.el (insert-directory): If an invalid regexp error is
22069 thrown, try using FILE as a literal file name, not a wildcard.
22070
22071 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
22072
22073 * ruler-mode.el (ruler-mode): Prevent clobbering the original
22074 `header-line-format' when reentering ruler mode.
22075
22076 2007-06-23 Eli Zaretskii <eliz@gnu.org>
22077
22078 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
22079 FILE exists as a file.
22080
22081 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22082
22083 * calc/calc.el (math-bignum-digit-length)
22084 (math-bignum-digit-size, math-small-integer-size):
22085 New constants.
22086 (math-normalize, math-bignum-big, math-make-float)
22087 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
22088 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
22089 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
22090 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
22091 (math-quotient, math-div-bignum, math-div-bignum-digit)
22092 (math-div-bignum-part, math-format-bignum-decimal)
22093 (math-read-bignum): Use math-bignum-digit-length,
22094 math-bignum-digit-size and math-small-integer-size.
22095
22096 * calc/calc-ext.el (math-fixnum-big): Use the variable
22097 math-bignum-digit-size.
22098
22099 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22100
22101 * log-view.el (log-view-mode-menu): New menu.
22102
22103 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
22106 differently.
22107
22108 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
22109 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
22110
22111 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22112
22113 * vc-hg.el (vc-hg-print-log): Insert the file name.
22114 (vc-hg-log-view-mode): Fontify the file name.
22115
22116 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22117
22118 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
22119 (calcFunc-julian): Fix incorrect number used in calculations.
22120
22121 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
22122
22123 * simple.el (next-error-recenter): New defcustom.
22124 (next-error, next-error-internal): Recenter if specified,
22125 immediately prior to running `next-error-hook'.
22126
22127 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
22128 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
22129
22130 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
22131
22132 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
22133
22134 * calc/calc-comb.el (math-small-factorial-table): New variable.
22135 (calcFunc-fact): Use `math-small-factorial-table'.
22136
22137 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
22138 initial values.
22139 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
22140 New variables to use in caches.
22141
22142 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
22143 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
22144
22145 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
22146 (math-bernoulli-b-cache): Use math-read-number-simple to insert
22147 bignums.
22148
22149 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
22150 New variables to use in caches.
22151
22152 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
22153
22154 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
22155
22156 * vc-hg.el (vc-hg-log-view-mode): New mode.
22157
22158 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
22159
22160 * calc/calc.el (math-read-number-simple): New function.
22161
22162 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
22165 (vera-font-lock-match-item): Fix doc string.
22166 (vera-in-comment-p): Remove unused function.
22167 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
22168 use `syntax-ppss'.
22169 (vera-forward-syntactic-ws): Fix argument order.
22170 (vera-prepare-search): Use `with-syntax-table'.
22171 (vera-indent-line): Fix doc string.
22172 (vera-electric-tab): Fix doc string.
22173 (vera-expand-abbrev): Define alias instead of using `fset'.
22174 (vera-comment-uncomment-region): Use `comment-start-skip'.
22175
22176 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
22177
22178 * textmodes/org.el (org-export-with-footnotes): New option.
22179 (org-export-as-html): Fix replacement bug for XEmacs.
22180 (org-agenda-default-appointment-duration): New option.
22181
22182 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
22183
22184 * vc-hg.el: Add to do items.
22185 (vc-hg-diff): Add support for comparing different revisions.
22186 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
22187 (vc-hg-annotate-extract-revision-at-line)
22188 (vc-hg-previous-version, vc-hg-checkin): New functions.
22189 (vc-hg-annotate-re): New constant.
22190
22191 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
22192
22193 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
22194
22195 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
22198 buffer-local value of log-view-*-re if applicable.
22199
22200 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
22201 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
22202 (vc-bzr-command*): Remove both (incompatible) versions.
22203 (vc-bzr-do-command*): Remove.
22204 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
22205 Remove by folding into its only caller vc-bzr-command.
22206 (vc-bzr-command): Always set the environment, even when ineffective.
22207 (vc-bzr-version): Minor fix up.
22208 (vc-bzr-admin-dirname): New var.
22209 (vc-bzr-bzr-dir): Remove.
22210 (vc-bzr-root-dir): New fun.
22211 (vc-bzr-registered): Use it. Add an autoloaded version.
22212 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
22213 (vc-bzr-view-log-function): Remove.
22214 (vc-bzr-log-view-mode): New major mode to replace it.
22215 (vc-bzr-print-log): Only activate the old hack if needed.
22216
22217 * vc.el (vc-default-log-view-mode): New function.
22218 (vc-print-log): Add new `log-view-mode' VC operation.
22219
22220 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
22221
22222 * ido.el (ido-find-file-in-dir): Don't signal an error for
22223 empty directories.
22224
22225 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
22226
22227 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
22228 directory where the desktop file was found, as the docstring says.
22229 (desktop-kill): Use `read-directory-name'.
22230
22231 2007-06-20 Alan Mackenzie <acm@muc.de>
22232
22233 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
22234 When removing lines, also remove the \n. Correction of patch of
22235 2007-04-21.
22236
22237 2007-06-20 Martin Rudalics <rudalics@gmx.at>
22238
22239 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
22240 event is not a cons cell. Do not unread drag-mouse-1 events.
22241 Select right window in check whether space was stolen from
22242 window above.
22243
22244 * help-mode.el (help-make-xrefs): Adjust position of new forward
22245 button.
22246
22247 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
22248
22249 * vc-bzr.el (vc-bzr-with-process-environment)
22250 (vc-bzr-std-process-invocation): New macros.
22251 (vc-bzr-command, vc-bzr-command*): Use them.
22252 (vc-bzr-with-c-locale): Remove.
22253 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
22254 (vc-bzr-buffer-nonblank-p): New function.
22255 (vc-bzr-state-words): New const.
22256 (vc-bzr-state): Look for `bzr status' keywords in output.
22257 Display everything else as a warning message to the user.
22258 Fix status report with bzr >= 0.15.
22259
22260 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
22261
22262 * vc-hg.el (vc-hg-global-switches): Simplify.
22263 (vc-hg-state): Handle more states.
22264 (vc-hg-diff): Fix doc-string.
22265 (vc-hg-register): New function.
22266 (vc-hg-checkout): Likewise.
22267
22268 2007-06-20 Reto Zimmermann <reto@gnu.org>
22269
22270 * progmodes/vera-mode.el: New file.
22271
22272 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
22273
22274 * calc/calc.el (calc-multiplication-has-precendence):
22275 New variable.
22276 (math-standard-ops, math-standard-ops-p, math-expr-ops):
22277 New functions.
22278 (math-expr-opers): Define using math-standard-ops rather than
22279 math-standard-opers.
22280 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
22281 equal the function math-standard-ops rather than the variable
22282 math-standard-opers.
22283 (calc-algebraic-entry): Let math-expr-opers equal
22284 math-standard-ops or math-expr-ops, as appropriate.
22285 (math-expr-read-level, math-read-factor): Let math-expr-opers
22286 equal math-expr-ops.
22287 * calc/calc-embed.el (calc-embedded-finish-edit):
22288 Let math-expr-opers equal the function math-standard-ops
22289 rather than the variable math-standard-opers.
22290 * calc/calc-ext.el (math-read-plain-expr)
22291 (math-format-flat-expr-fancy): Let math-expr-opers equal the
22292 function math-standard-ops rather than the variable
22293 math-standard-opers.
22294 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
22295 Let math-expr-opers equal the function math-standard-ops rather
22296 than the variable math-standard-opers.
22297 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
22298 equal the function math-standard-ops rather than the variable
22299 math-standard-opers.
22300 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
22301 equal the function math-standard-ops rather than the variable
22302 math-standard-opers.
22303 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
22304 math-expr-ops.
22305
22306 2007-06-19 Ivan Kanis <apple@kanis.eu>
22307
22308 * vc-hg.el: New file.
22309
22310 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
22313 with font-lock-multiline.
22314
22315 2007-06-17 Glenn Morris <rgm@gnu.org>
22316
22317 * lpr.el (lpr-page-header-switches): Move %s to separate element
22318 for correct quoting. Doc fix.
22319
22320 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
22321
22322 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
22323 than setting sgml-xml-mode.
22324 (sgml-mode, html-mode): Set sgml-xml-mode.
22325 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
22326 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
22327 (sgml-electric-tag-pair-before-change-function)
22328 (sgml-electric-tag-pair-flush-overlays): New functions.
22329 (sgml-electric-tag-pair-mode): New minor mode.
22330 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
22331 (sgml-calculate-indent): Use assoc-string.
22332
22333 2007-06-16 Karl Fogel <kfogel@red-bean.com>
22334
22335 * thingatpt.el (thing-at-point-email-regexp): Don't require two
22336 chars before the "@" in an email address. Andreas Roehler noticed
22337 this problem.
22338
22339 2007-06-15 Karl Fogel <kfogel@red-bean.com>
22340
22341 * thingatpt.el: Add support for email addresses (`email').
22342 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
22343 (thing-at-point-email-regexp): New variable.
22344 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
22345 properties on this symbol, with lambda forms for values.
22346
22347 2007-06-15 Masatake YAMATO <jet@gyve.org>
22348
22349 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
22350
22351 * vc.el (vc-dired-hook): Check the backend returned from
22352 `vc-responsible-backend' can really handle `subdir'.
22353
22354 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
22355
22356 * wid-edit.el (widget-add-documentation-string-button):
22357 Fix handling of documentation indent.
22358
22359 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
22360
22361 * mb-depth.el: New file.
22362
22363 2007-06-15 Masatake YAMATO <jet@gyve.org>
22364
22365 * vc.el (vc-dired-mode): Show backend name as part of mode name.
22366
22367 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
22368
22369 * wid-edit.el (widget-default-create): Move ?h handling here...
22370 (widget-default-format-handler): ...from here.
22371 (widget-docstring, widget-add-documentation-string-button): New funs.
22372 (documentation-string): Add :visibility-widget property.
22373 (widget-documentation-string-value-create): Use it.
22374
22375 * cus-edit.el (custom-split-regexp-maybe): Simplify.
22376 (custom-buffer-create-internal): Simplify message.
22377 (custom-variable-tag): Reduce height to normal.
22378 (custom-variable-value-create, custom-face-value-create)
22379 (custom-visibility): New widget.
22380 (custom-visibility): New face.
22381 (custom-group-value-create):
22382 Call widget-add-documentation-string-button, using `custom-visibility'.
22383
22384 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22385
22386 * emacs-lisp/bytecomp.el (byte-compile-current-group)
22387 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
22388 change. Apparently the "warning even if the group is implicit" is
22389 a feature rather than a bug.
22390
22391 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
22392
22393 * emulation/viper.el (viper-describe-key-ad)
22394 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
22395 Compile them conditionally.
22396 (viper-version): Belated version change.
22397
22398 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
22399
22400 * follow.el (follow-all-followers, follow-generic-filter):
22401 * pcomplete.el (pcomplete-restore-windows):
22402 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
22403 (x-dnd-drop-data):
22404 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
22405 * progmodes/python.el (python-complete-symbol):
22406 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
22407
22408 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
22409
22410 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
22411 around bright and dim regexps. Make sure bright and dim matches
22412 use word anchors. Send text through rcirc-markup functions.
22413 (rcirc-url-regexp): Add single quote character.
22414 (rcirc-connect): Write logs to disk on auto-save-hook.
22415 Make server a non-optional argument.
22416 (rcirc-log-alist): New variable.
22417 (rcirc-log-directory): Make customizable.
22418 (rcirc-log-flag): New customizable variable.
22419 (rcirc-log): New function.
22420 (rcirc-print): Use above function.
22421 (rcirc-log-write): New function.
22422 (rcirc-generate-new-buffer-name): Strip text properties.
22423 (rcirc-switch-to-buffer-function): Remove variable.
22424 (rcirc-last-non-irc-buffer): Remove variable.
22425 (rcirc-non-irc-buffer): Add function.
22426 (rcirc-next-active-buffer): Use above function.
22427 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
22428 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
22429 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
22430 (rcirc-omit-mode): Add minor-mode.
22431 (rcirc-mode-map): Change C-c C-o binding.
22432 (rcirc-mode): Clear mode-line-process. Use a custom
22433 fill-paragraph-function. Set up buffer-invisibility-spec.
22434 (rcirc-response-formats): Remove timestamp code.
22435 (rcirc-omit-responses): Add variable.
22436 (rcirc-print): Don't put the overlay arrow on potentially omitted
22437 lines. Log line to disk. Record activity for private messages
22438 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
22439 (rcirc-jump-to-first-unread-line): Print message if there is no
22440 unread text.
22441 (rcirc-clear-unread): New function.
22442 (rcirc-markup-text-functions): Add variable.
22443 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
22444 (rcirc-debug): Don't mess with window configuration.
22445 (rcirc-send-message): Send message before printing locally.
22446 Add SILENT argument, do not print message if non-nil.
22447 (rcirc-visible-buffers): New function and variable.
22448 (rcirc-window-configuration-change-1): Add function.
22449 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
22450 server buffer.
22451 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
22452 (rcirc-fill-paragraph): Add function.
22453 (rcirc-record-activity, rcirc-window-configuration-change-1):
22454 Only update the activity string if it has actually changed.
22455 (rcirc-update-activity-string): Remove padding characters from the
22456 mode-line string.
22457 (rcirc-disconnect-buffer): New function to be called when a
22458 channel is parted or the user quits.
22459 (rcirc-server-name): Warn when the server-name hasn't been set.
22460 (rcirc-window-configuration-change): Postpone work until
22461 post-command-hook.
22462 (rcirc-window-configuration-change-1): Update mode-line and
22463 overlay arrows here.
22464 (rcirc-authenticate): Fixc hanserv identification.
22465 (rcirc-default-server): Remove variable.
22466 (rcirc): Connect according to rcirc-connections.
22467 (rcirc-connections): Add variable.
22468 (rcirc-startup-channels-alist): Remove variable.
22469 (rcirc-startup-channels): Remove function.
22470
22471 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22472
22473 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
22474
22475 2007-06-13 Johan Bockgård <bojohan@dd.chalmers.se> (tiny change)
22476
22477 * term/xterm.el (terminal-init-xterm): Escape parens in character
22478 constants.
22479
22480 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22481
22482 * progmodes/sh-script.el: Remove unneeded * from docstrings.
22483 Use [:alpha:] and [:alnum:] where applicable.
22484 (sh-quoted-subshell): Rewrite to correctly
22485 handle nested mixes of `...' and $(...).
22486 (sh-apply-quoted-subshell): Remove.
22487 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
22488
22489 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
22490
22491 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
22492
22493 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
22494 previous change.
22495
22496 2007-06-12 Tom Tromey <tromey@redhat.com>
22497
22498 * subr.el (user-emacs-directory): New defconst.
22499 * cmuscheme.el (scheme-start-file):
22500 * shell.el (shell):
22501 * completion.el (save-completions-file-name):
22502 * custom.el (custom-theme-directory):
22503 * term/x-win.el (emacs-session-filename):
22504 * filesets.el (filesets-menu-cache-file):
22505 * thumbs.el (thumbs-thumbsdir):
22506 * server.el (server-auth-dir):
22507 * image-dired.el (image-dired-dir):
22508 (image-dired-db-file):
22509 (image-dired-temp-image-file):
22510 (image-dired-gallery-dir):
22511 (image-dired-temp-rotate-image-file):
22512 * play/gamegrid.el (gamegrid-user-score-file-directory):
22513 * savehist.el (savehist-file):
22514 * tutorial.el (tutorial--saved-dir):
22515 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
22516
22517 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
22518
22519 * scroll-lock.el (scroll-lock-mode): Doc fix.
22520
22521 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22522
22523 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
22524
22525 * ediff-init.el: Doc strings.
22526
22527 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22528
22529 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
22530 (byte-compile-file): Bind it.
22531 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
22532 group argument is provided implicitly.
22533 (byte-compile-format-warn, byte-compile-from-buffer)
22534 (byte-compile-insert-header): Don't hardcode point-min==1.
22535 (byte-compile-file-form-require): Remove unused var old-load-list.
22536 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
22537
22538 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
22539
22540 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
22541 Display error messages.
22542 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
22543 Get rid of cl.el dependencies.
22544
22545 * emulation/viper-init.el (viper-suppress-input-method-change-message):
22546 New variable.
22547 (viper-activate-input-method-action)
22548 (viper-inactivate-input-method-action):
22549 Use viper-suppress-input-method-change-message.
22550
22551 * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
22552 for C-s, C-r.
22553
22554 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
22555 Use viper-replace-overlay-cursor-color instead of
22556 viper-replace-overlay-cursor-color.
22557 (viper-sit-for-short): Use sit-for with 3 arguments.
22558
22559 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
22560 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
22561 to gud-mode.
22562
22563 * ediff-mult.el (ediff-meta-buffer-brief-message)
22564 (ediff-meta-buffer-verbose-message): New variables.
22565 (ediff-meta-buffer-message): Variable deleted.
22566 (ediff-verbose-help-enabled): New variable.
22567 (ediff-toggle-verbose-help-meta-buffer): New function.
22568 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
22569 message options.
22570
22571 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
22572 (ediff-fixup-patch-map): Improve heuristic.
22573
22574 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
22577 (log-view-font-lock-keywords): Simplify.
22578 (log-view-current-file, log-view-current-tag): Simplify.
22579
22580 2007-06-12 Sam Steingold <sds@gnu.org>
22581
22582 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
22583
22584 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
22585
22586 * desktop.el (desktop-load-locked-desktop): New option.
22587 (desktop-read): Use it.
22588 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
22589 Use `when'.
22590
22591 2007-06-12 Davis Herring <herring@lanl.gov>
22592
22593 * desktop.el (desktop-save-mode-off): New function.
22594 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
22595 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
22596 (desktop-claim-lock, desktop-release-lock): New functions.
22597 (desktop-kill): Tell `desktop-save' that this is the last save.
22598 Release the lock afterwards.
22599 (desktop-buffer-info): New function.
22600 (desktop-save): Use it. Run `desktop-save-hook' where the doc
22601 says to. Detect conflicts, and manage the lock.
22602 (desktop-read): Detect conflicts. Manage the lock.
22603
22604 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22605
22606 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
22607
22608 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
22609 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
22610 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
22611 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
22612 keysyms rather than byte sequences.
22613 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
22614
22615 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22616
22617 * font-lock.el (font-lock-add-keywords): In case font-lock was only
22618 half-activated, forcefully activate it completely.
22619
22620 2007-06-11 Richard Stallman <rms@gnu.org>
22621
22622 * cus-edit.el (custom-variable-type): Doc fix.
22623
22624 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22625
22626 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
22627 (sh-font-lock-flush-syntax-ppss-cache): New functions.
22628 (sh-font-lock-syntactic-keywords): Use them to distinguish the
22629 different possible cases for \'.
22630
22631 * complete.el (PC-bindings): Don't bind things already bound in the
22632 parent keymap.
22633
22634 * textmodes/bibtex-style.el: New file.
22635
22636 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
22637
22638 * vc-bzr.el: New file.
22639
22640 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * vc-svn.el (vc-svn-program): New var.
22643 (vc-svn-command): Use it.
22644
22645 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
22646
22647 * server.el (server-switch-buffer): Remove redundant check.
22648
22649 2007-06-10 Martin Rudalics <rudalics@gmx.at>
22650
22651 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
22652 Match against file-name-nondirectory.
22653 Fix text on user customization variables.
22654 Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
22655
22656 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22657
22658 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
22659
22660 2007-06-09 Davis Herring <herring@lanl.gov>
22661
22662 * desktop.el (desktop-minor-mode-table): Doc fix.
22663
22664 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22665
22666 * textmodes/css-mode.el (css-navigation-syntax-table):
22667 Use set-char-table-range so it also works in the unicode branch.
22668
22669 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
22670
22671 * help-mode.el (help-xref-forward-stack)
22672 (help-xref-stack-forward-item, help-forward-label): New variables.
22673 (help-forward): New button type.
22674 (help-setup-xref): Initialise help-xref-forward-stack.
22675 (help-make-xrefs): Add forward button, if appropriate.
22676 (help-xref-go-back): Push item on forward stack.
22677 (help-xref-go-forward, help-go-forward): New functions.
22678
22679 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
22680
22681 * dired.el (dired-mode-map): Remove spurious separator.
22682
22683 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22684
22685 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
22686
22687 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22688 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
22689
22690 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
22691
22692 * textmodes/org.el: Version number fixed.
22693
22694 2007-06-07 Glenn Morris <rgm@gnu.org>
22695
22696 * version.el (emacs-copyright): New constant.
22697 * startup.el (fancy-splash-tail): Use emacs-copyright.
22698 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
22699
22700 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
22701 `make-local'.
22702 (byte-compile-warnings-safe-p): Add `make-local'.
22703 (byte-compile-make-variable-buffer-local):
22704 Allow byte-compile-warnings to suppress this warning.
22705
22706 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
22707 format of "menu" description.
22708 (tutorial--find-changed-keys): Describe the specific menu a
22709 command is in.
22710
22711 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
22712 Rewrite compatibility functions to silence byte-compiler.
22713
22714 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
22715
22716 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
22717 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
22718
22719 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
22720
22721 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
22722
22723 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
22724
22725 * progmodes/ebrowse.el (ebrowse-member-table):
22726 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
22727 (org-batch-agenda-csv): Fix typos in docstrings.
22728
22729 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
22730
22731 * pgg.el (pgg-sign-region, pgg-sign):
22732 * ses.el (ses-call-printer):
22733 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
22734 * textmodes/org.el (org-cycle): Fix typos in docstrings.
22735
22736 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
22737
22738 * textmodes/org.el (org-export-region-as-html)
22739 (org-replace-region-by-html, org-number-to-letters)
22740 (org-table-fedit-finish, org-normalize-color)
22741 (org-table-fedit-ref-right, org-date-to-gregorian)
22742 (org-table-fedit-move, org-table-convert-refs-to-rc)
22743 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
22744 (org-write-agenda, org-colgroup-info-to-vline-list)
22745 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
22746 (org-indent-line-function, org-export-as-html-to-buffer)
22747 (org-store-agenda-views, org-update-mode-line)
22748 (org-find-if, org-delete-all)
22749 (org-table-fedit-convert-buffer, org-emphasize)
22750 (org-uniquify, org-table-fedit-lisp-indent)
22751 (org-table-fedit-scroll, org-get-todo-sequence-head)
22752 (org-table-fedit-scroll-down, org-table-fedit-line-down)
22753 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
22754 (org-table-fedit-toggle-coordinates, org-dvipng-color)
22755 (org-table-fedit-line-up, org-table-fedit-ref-down)
22756 (org-table-formula-from-user, org-mode-flyspell-verify)
22757 (org-cycle-show-empty-lines, org-ctrl-c-ret)
22758 (org-table-formula-to-user, org-diary-to-ical-string)
22759 (orgtbl-export, org-table-fedit-post-command)
22760 (org-closed-in-range, org-shiftcontrolright)
22761 (org-table-convert-refs-to-an, org-table-hline-and-move)
22762 (org-table-formula-less-p, org-format-table-ascii)
22763 (org-agenda-get-sexps, org-shift-refpart)
22764 (org-diary-sexp-entry, org-time-string-to-absolute)
22765 (org-table-show-reference, org-letters-to-number)
22766 (org-fix-agenda-info, org-table-fedit-ref-up)
22767 (org-table-fedit-shift-reference, org-table-fedit-abort)
22768 (org-closest-date, org-shiftcontrolleft)
22769 (org-at-heading-or-item-p, org-rematch-and-replace)
22770 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
22771 New functions.
22772 (org-table-edit-scroll-down, org-finish-edit-formulas)
22773 (org-table-edit-next-field, org-abort-edit-formulas)
22774 (org-font-lock-level, org-export-find-first-heading-line)
22775 (org-table-edit-line-down, org-table-edit-backward-field)
22776 (org-edit-formula-lisp-indent, org-table-edit-move)
22777 (org-check-log-option, org-this-word)
22778 (org-table-edit-line-up, org-table-edit-formulas-post-command)
22779 (org-agenda-file-to-end, org-expand-file-name)
22780 (org-fake-empty-table-line, org-table-edit-scroll)
22781 (org-toggle-log-option, org-show-reference): Function removed.
22782 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
22783 New defsubsts.
22784 (org-unmodified, org-batch-store-agenda-views)
22785 (org-batch-agenda-csv): New macro.
22786 (org-agenda-export): New customization group.
22787 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
22788 (org-highest-priority, org-agenda-exporter-settings)
22789 (org-log-done-with-time, org-replace-disputed-keys)
22790 (org-format-latex-header, org-export-table-header-tags)
22791 (org-cycle-separator-lines, org-export-table-data-tags)
22792 (org-icalendar-include-sexps)
22793 (org-empty-line-terminates-plain-lists)
22794 (org-log-repeat, org-special-ctrl-a)
22795 (org-table-use-standard-references, org-disputed-keys)
22796 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
22797 (org-agenda-export-html-style): New option.
22798 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
22799 (org-CUA-compatible): Option removed.
22800 (org-agenda-structure, org-sexp-date): New face.
22801 (org-todo-keywords-for-agenda, org-not-done-keywords)
22802 (org-planning-or-clock-line-re, org-agenda-name)
22803 (org-table-colgroup-info, org-todo-sets)
22804 (constants-unit-system, org-clock-mode-line-entry)
22805 (org-mode-line-timer, org-table-current-begin-pos)
22806 (org-todo-keywords-1, org-mode-line-string)
22807 (org-table-clean-did-remove-column, org-table-fedit-map)
22808 (org-clock-heading, org-table-buffer-is-an)
22809 (org-agenda-info, org-done-keywords)
22810 (org-done-keywords-for-agenda, org-todo-heads)
22811 (org-todo-kwd-alist, org-clock-start-time): New variable.
22812 (org-todo-kwd-priority-p, org-edit-formulas-map)
22813 (org-repeat-re, org-todo-kwd-max-priority)
22814 (org-version, org-done-string)
22815 (org-table-clean-did-remove-column-1, org-disputed-keys):
22816 Remove variables.
22817 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
22818 (org-ts-lengths): Constant removed.
22819 (org-follow-gnus-link): Don't ask how many articles to read.
22820 (org-export-find-first-export-line): Rename from
22821 `org-export-find-first-heading'.
22822 Use `org-export-skip-text-before-1st-heading'.
22823 (org-table-fedit-post-command): Rename from
22824 `org-table-edit-formulas-post-command'.
22825 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
22826 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
22827 (org-table-fedit-lisp-indent): Rename from
22828 `org-edit-formula-lisp-indent'.
22829 (org-table-show-reference): Rename from `org-show-reference'.
22830 (org-table-store-formulas): Use `org-table-formula-less-p'.
22831 (org-table-edit-formulas): Position cursor to current field equation.
22832 (org-update-checkbox-count, org-hide-archived-subtrees)
22833 (org-timestamp-up-day, org-timestamp-down-day)
22834 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22835 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
22836 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
22837 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
22838 Let `org-on-heading-p' also check for invisible heading.
22839 (org-read-date): Match am/pm times.
22840 (org-eval-in-calendar): Fix default date in prompt.
22841
22842 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
22843
22844 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
22845 "ChangeLog.a" entries, giving the latter lower priority.
22846
22847 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
22848
22849 * faces.el (face-id): If the argument is a face alias,
22850 return the ID of the target face.
22851
22852 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
22853
22854 * net/socks.el (top): Remove unnecessary copyright line.
22855
22856 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
22857
22858 * longlines.el (longlines-auto-wrap): Handle argument correctly.
22859
22860 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
22861
22862 * net/socks.el: New file, taken from w3 repository.
22863 (top): Update Copyright. Don't load cl.el.
22864 (all): Replace `case' by `cond', `string-to-int' by
22865 `string-to-number', and `process-kill-without-query' by
22866 `set-process-query-on-exit-flag'.
22867 (socks-char-int): Remove defalias and all occurrences.
22868
22869 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
22870
22871 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
22872 Fix typos in docstrings.
22873 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
22874 (compilation-finish-function): Fix typo in obsolescence declaration.
22875
22876 2007-06-03 Sam Steingold <sds@gnu.org>
22877
22878 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
22879 handle unending automatic recompilation of changed files (`omake -P').
22880 (compilation-loop): VISITED is now 5th CDR.
22881 (compilation-next-error-function): Set TIMESTAMP.
22882
22883 2007-06-03 Sam Steingold <sds@gnu.org>
22884
22885 * files.el (kill-buffer-ask): New function.
22886 (kill-some-buffers): Use it.
22887 (kill-matching-buffers): New user command.
22888
22889 2007-06-01 David Kastrup <dak@gnu.org>
22890
22891 * dired.el (dired-recursive-deletes, dired-recursive-copies):
22892 Change default to `top'.
22893
22894 2007-05-31 Richard Stallman <rms@gnu.org>
22895
22896 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
22897
22898 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * textmodes/css-mode.el: New file.
22901
22902 2007-05-30 Michael Olson <mwolson@gnu.org>
22903
22904 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
22905 died and we are trying to send a signal to it. The program using
22906 tq.el should periodically check to see whether the process has
22907 died and react appropriately -- this is not the responsibility of
22908 tq.el, and is consistent with the rest of the tq.el source code.
22909
22910 2007-05-29 Martin Rudalics <rudalics@gmx.at>
22911
22912 * textmodes/table.el (table--point-entered-cell-function)
22913 (table--point-left-cell-function):
22914 Bind `inhibit-point-motion-hooks' to t.
22915
22916 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
22917
22918 * emacs-lisp/rx.el (rx): Doc fix.
22919
22920 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
22921
22922 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
22923
22924 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
22925
22926 Sync with Tramp 2.0.56.
22927
22928 * net/tramp.el:
22929 * net/tramp-ftp.el:
22930 * net/tramp-smb.el:
22931 * net/tramp-util.el:
22932 * net/tramp-vc.el:
22933 Don't load cl.el, because that pollutes the namespace. Replace cl
22934 macros by their implementations where necessary. Requested by
22935 Richard Stallman <rms@gnu.org>.
22936
22937 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
22938 doesn't exist.
22939 (with-parsed-tramp-file-name): Protect debug spec during compilation.
22940 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
22941 (tramp-file-name-p, tramp-file-name-multi-method)
22942 (tramp-file-name-method, tramp-file-name-user)
22943 (tramp-file-name-host, tramp-file-name-localname): New defuns,
22944 replacing defstruct `tramp-file-name'.
22945 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
22946 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
22947 Apply `vector' instead of `make-tramp-file-name'.
22948 (tramp-handle-make-auto-save-file-name):
22949 Apply `tramp-temporary-file-directory' for compatibility reasons.
22950 (tramp-completion-mode): Use `natnump' instead of `wholenump'
22951 because of XEmacs.
22952 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
22953 started.
22954
22955 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
22956
22957 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
22958
22959 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
22960
22961 * log-edit.el (log-edit-changelog-paragraph): Return point-max
22962 as the end of the ChangeLog paragraph when it ends without a line
22963 termination.
22964
22965 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
22966
22967 * net/webjump.el (webjump-sample-sites):
22968 Add simple Wikipedia query.
22969
22970 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
22971
22972 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
22973 compatibility code.
22974
22975 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
22976 (copyright-update-year): Use it.
22977
22978 * edmacro.el (edmacro-format-keys): Use current-active-maps.
22979
22980 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
22981 Add indentation and debugging info. Fix up comment convention.
22982
22983 * cus-dep.el (custom-make-dependencies): Simplify.
22984
22985 * composite.el (compose-region, decompose-region):
22986 Use inhibit-read-only and restore-buffer-modified-p.
22987
22988 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
22989 (xterm-mouse-event): Use it.
22990
22991 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
22992
22993 * bs.el (bs-cycle-previous): Don't modify the cycle list until
22994 `switch-to-buffer' has returned succesfully.
22995 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
22996 window is dedicated (it could iconify the frame).
22997
22998 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
22999
23000 * vc-hooks.el (vc-find-root): Fix file attribute test.
23001
23002 2007-05-24 Richard Stallman <rms@gnu.org>
23003
23004 * textmodes/flyspell.el (flyspell-correct-word-before-point):
23005 Don't let opoint be nil.
23006 (flyspell-emacs-popup): Explicit error if no dialogs.
23007
23008 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
23009
23010 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
23011 (image-next-line, image-previous-line, image-scroll-up)
23012 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
23013 New functions.
23014 (image-mode-map): Remap motion commands.
23015 (image-mode-text-map): New keymap for viewing images as text.
23016 (image-mode): Use image-mode-map.
23017 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
23018
23019 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23020
23021 * textmodes/fill.el (canonically-space-region): Make the second arg
23022 a marker if it's not already the case.
23023
23024 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23025
23026 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
23027 (tar-get-descriptor): Handle type 55, an extended pax header.
23028
23029 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23030
23031 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
23032 to confuse outline-minor-mode.
23033
23034 2007-05-23 Eli Zaretskii <eliz@gnu.org>
23035
23036 * tar-mode.el (tar-file-name-handler): New function.
23037 (tar-extract): Bind file-name-handler-alist to it to force
23038 find-buffer-file-type-coding-system behave as if the file being
23039 extracted existed. Use last-coding-system-used to force
23040 buffer-file-coding-system to what decode-coding-region actually
23041 used to decode the file.
23042
23043 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23044
23045 * progmodes/compile.el (compilation-handle-exit):
23046 `compilation-finish-function' may change the current buffer.
23047
23048 2007-05-22 Richard Stallman <rms@gnu.org>
23049
23050 * files.el (set-auto-mode): Doc fix.
23051
23052 2007-05-22 Jan Djärv <jan.h.d@swipnet.se>
23053
23054 * help-fns.el (find-source-lisp-file): New function.
23055 (describe-function-1): Use find-source-lisp-file to find source
23056 file in compile tree.
23057
23058 2007-05-22 Eli Zaretskii <eliz@gnu.org>
23059
23060 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
23061
23062 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
23063
23064 * emacs-lisp/easy-mmode.el (define-minor-mode)
23065 (easy-mmode-define-navigation): Fix typos in docstrings.
23066
23067 2007-05-22 Glenn Morris <rgm@gnu.org>
23068
23069 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
23070
23071 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
23072
23073 * mail/mail-extr.el (mail-extract-address-components):
23074 Recognize non-ASCII characters except for NBSP as words.
23075
23076 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
23077
23078 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
23079 (rcirc-print): Handle `window-width'.
23080 (rcirc-buffer-maximum-lines): Doc fix.
23081
23082 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
23083
23084 * image-mode.el (image-toggle-display): Don't clear image cache.
23085 Only use filename in image spec if the file is readable.
23086 Call image-refresh.
23087
23088 * image.el (image-type-from-file-name, image-type): Simplify.
23089 (image-type-auto-detected-p): Don't scan auto-mode-alist.
23090
23091 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
23092 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
23093
23094 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23095
23096 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
23097 is an error.
23098
23099 * term/linux.el (terminal-init-linux): Don't signal an error
23100 if gpm isn't running.
23101
23102 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
23103
23104 * t-mouse.el: Reduce to a minor-mode macro call.
23105 (t-mouse-mode): Remove the lighter.
23106
23107 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
23108
23109 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
23110
23111 * files.el (auto-mode-alist): Change the regexp so that
23112 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
23113
23114 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
23115
23116 * Version 22.1 released.
23117
23118 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
23119
23120 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
23121 changes.
23122
23123 2007-05-19 Kevin Ryde <user42@zip.com.au>
23124
23125 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
23126
23127 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
23128
23129 * textmodes/sgml-mode.el: Revert last change.
23130
23131 2007-05-18 Richard Stallman <rms@gnu.org>
23132
23133 * simple.el (push-mark): Doc fix.
23134
23135 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
23136
23137 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
23138 tpu-global-map.
23139 (tpu-original-global-map): Variable deleted.
23140 (tpu-control-keys-map): New keymap variable.
23141 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
23142 setting keymapping directly.
23143 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
23144 tpu-global-map.
23145 (tpu-edt-on): Activate the tpu-global-map.
23146 (tpu-edt-off): Deactivate the tpu-global-map.
23147
23148 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
23149
23150 * textmodes/ispell.el (ispell-get-word): Return markers
23151 for start and end positions.
23152 (ispell-word): Assume END is a marker.
23153
23154 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
23155
23156 * textmodes/sgml-mode.el (sgml-tag):
23157 Fix bug: Call sgml-transformation-function.
23158
23159 2007-05-17 Martin Rudalics <rudalics@gmx.at>
23160
23161 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
23162 modified flag of buffer. Use `inhibit-modification-hooks'.
23163
23164 2007-05-16 Richard Stallman <rms@gnu.org>
23165
23166 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
23167
23168 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
23169
23170 * files.el (magic-mode-alist, magic-fallback-mode-alist):
23171 Move the *ml, Postscript, and XmCD entries to the fallback part.
23172
23173 * files.el (magic-fallback-mode-alist):
23174 Rename from file-start-mode-alist.
23175
23176 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
23177
23178 * progmodes/compile.el (compilation-handle-exit): Quote first
23179 argument of `run-hook-with-args'.
23180
23181 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
23182
23183 * buff-menu.el (Buffer-menu-sort-column):
23184 * dabbrev.el (dabbrev-upcase-means-case-search):
23185 * dired.el (dired-recursive-deletes, dired-recursive-copies):
23186 * info.el (Info-current-subfile):
23187 * ls-lisp.el (ls-lisp-verbosity):
23188 * msb.el (msb-menu-cond):
23189 * pcvs.el (cvs-dired-use-hook):
23190 * simple.el (set-mark-command-repeat-pop):
23191 * time.el (display-time-24hr-format, display-time-mail-file):
23192 Doc fixes.
23193
23194 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
23195 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
23196
23197 * view.el (view-inhibit-help-message): Fix typo in docstring.
23198 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
23199
23200 2007-05-16 Martin Rudalics <rudalics@gmx.at>
23201
23202 * textmodes/ispell.el (ispell-start-process): Defend against bad
23203 default-directory.
23204
23205 2007-05-14 Eli Zaretskii <eliz@gnu.org>
23206
23207 * mail/rmail.el (rmail-convert-to-babyl-format): Check
23208 content-transfer-encoding _last_, because it's its position that
23209 we need as value of base64-header-field-end.
23210
23211 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
23212
23213 * files.el (mode-require-final-newline, require-final-newline)
23214 (enable-local-variables, enable-local-eval): Doc fixes.
23215
23216 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23217
23218 * ps-print.el: Use default color when foreground or background color
23219 are unspecified. Reported by Leo <sdl.web@gmail.com>.
23220 (ps-print-version): New version 6.7.4.
23221 (ps-rgb-color): New argument. Use default color when color is
23222 unspecified.
23223 (ps-begin-job): Fix code.
23224
23225 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
23226
23227 * longlines.el (longlines-mode): Make longlines-auto-wrap
23228 buffer-local. Add hooks unconditionally.
23229 (longlines-auto-wrap): Toggle wrapping.
23230 (longlines-after-change-function)
23231 (longlines-post-command-function): Check longlines-auto-wrap.
23232
23233 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
23234
23235 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
23236 (xterm-mouse-translate): Use it.
23237
23238 2007-05-10 Richard Stallman <rms@gnu.org>
23239
23240 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
23241 (iso-cvt-write-only): Likewise.
23242
23243 * emacs-lisp/easy-mmode.el (define-minor-mode):
23244 Fix generated doc string.
23245
23246 * startup.el (fancy-splash-text): Add URL of guided tour.
23247 Adjust horizontal and vertical whitespace.
23248
23249 * progmodes/compile.el (compilation-handle-exit):
23250 Use run-hook-with-args to run compilation-finish-functions.
23251
23252 * files.el (file-start-mode-alist): New variable.
23253 (magic-mode-regexp-match-limit): Doc fix.
23254 (set-auto-mode): Handle file-start-mode-alist.
23255 A little cleanup of structure.
23256
23257 * dabbrev.el (dabbrev-eliminate-newlines):
23258 Renamed from dabbrev--eliminate-newlines. All uses changed.
23259
23260 2007-05-10 Michaël Cadilhac <michael@cadilhac.name>
23261
23262 * man.el (Man-next-section): Don't consider the last line of the page
23263 as being part of any section.
23264
23265 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
23266
23267 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
23268 can take any number of values.
23269
23270 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23271
23272 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
23273 to the list of citation commands.
23274
23275 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
23278
23279 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
23280
23281 * progmodes/python.el (python-font-lock-keywords)
23282 (python-open-block-statement-p, python-mode): Add support for the new
23283 "with" keyword.
23284
23285 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23286
23287 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
23288 the exact opposite of diff-goto-source.
23289
23290 * emacs-lisp/advice.el (ad-special-forms): Remove.
23291 (ad-special-form-p): Use subr-arity.
23292
23293 * newcomment.el (comment-search-forward): Make sure we search forward.
23294 (comment-enter-backward): Try and distinguish the non-matching case at
23295 EOB from the non-matching case with a missing comment-end-skip for
23296 a 2-char comment ender.
23297 (comment-choose-indent): New function extracted from comment-indent.
23298 Improve the alignment algorithm.
23299 (comment-indent): Use it.
23300
23301 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
23302 XML style Processing Instructions.
23303 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
23304 (sgml-calculate-indent): Handle `pi' context.
23305
23306 * vc.el: Ensure that update-changelog issues an error when used with
23307 a backend that does not implement it.
23308 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
23309 Remove `backend' argument. Use expand-file-name.
23310 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
23311
23312 * progmodes/python.el (python-end-of-block): Revert last change.
23313 (python-end-of-statement): Make sure we move *forward*.
23314
23315 2007-05-08 Richard Stallman <rms@gnu.org>
23316
23317 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23318 Don't include non-self-insert commands in the exception for `-'.
23319
23320 2007-05-08 David Reitter <david.reitter@gmail.com>
23321
23322 * progmodes/python.el (python-guess-indent): Check non-nullness
23323 before comparing indent against the 2..8 interval.
23324
23325 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23326
23327 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
23328 available.
23329
23330 2007-05-06 Richard Stallman <rms@gnu.org>
23331
23332 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
23333
23334 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
23335
23336 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
23337 rather than storing their value in the revert-buffer function.
23338
23339 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
23340
23341 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
23342 when disabling t-mouse-mode.
23343
23344 2007-05-01 Davis Herring <herring@lanl.gov>
23345
23346 * calendar/timeclock.el: Update version number.
23347 (timeclock-modeline-display): Mention timeclock-use-display-time
23348 in explanatory message.
23349 (timeclock-in): Fix non-interactive workday specifications.
23350 (timeclock-log): Don't kill the log buffer if it already existed.
23351 Suppress warnings when finding the log. Don't check for a nil
23352 project twice. Run hooks after killing the buffer (if applicable).
23353 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
23354 was geometric). All uses changed.
23355 (timeclock-generate-report): Support prefix argument.
23356
23357 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
23358
23359 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
23360 disconnections.
23361
23362 2007-05-01 Romain Francoise <romain@orebokech.com>
23363
23364 * dired-x.el: Revert 2007-04-06 change.
23365
23366 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
23367
23368 * find-dired.el (find-dired-filter): Propertize all text down to eob.
23369
23370 2007-04-29 Richard Stallman <rms@gnu.org>
23371
23372 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
23373
23374 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23375
23376 * progmodes/cc-mode.el (c-before-change): Use point-min rather
23377 than 1.
23378
23379 2007-04-28 Richard Stallman <rms@gnu.org>
23380
23381 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
23382
23383 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
23384
23385 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
23386 don't put stop on toolbar.
23387
23388 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23389
23390 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
23391
23392 2007-04-28 Eli Zaretskii <eliz@gnu.org>
23393
23394 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
23395 instead of $(lisp)/mh-e.
23396
23397 2007-04-28 Glenn Morris <rgm@gnu.org>
23398
23399 * image-dired.el (image-dired-cmd-create-thumbnail-options)
23400 (image-dired-cmd-create-temp-image-options): Replace option
23401 +profile "*" with -strip.
23402
23403 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
23404
23405 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23406 Use window-start and window-end.
23407
23408 2007-04-27 Andreas Schwab <schwab@suse.de>
23409
23410 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
23411
23412 2007-04-27 Eli Zaretskii <eliz@gnu.org>
23413
23414 * textmodes/fill.el (fill-paragraph): Doc fix.
23415
23416 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
23417
23418 * locate.el (locate-in-alternate-database): Doc fix.
23419
23420 2007-04-26 Glenn Morris <rgm@gnu.org>
23421
23422 * button.el (button): Use underline if supported, else fall back
23423 to color.
23424
23425 * version.el (emacs-version): Increase to 22.1.50.
23426
23427 2007-04-25 Richard Stallman <rms@gnu.org>
23428
23429 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
23430
23431 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
23432
23433 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23434 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
23435 pushing mark.
23436 (idlwave-current-routine): Don't push mark.
23437
23438 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
23439
23440 * image-dired.el (image-dired-display-image): Derive image-type from
23441 filename rather than assuming jpeg, in case no resizing was needed.
23442
23443 2007-04-25 Johan Bockgård <bojohan@dd.chalmers.se>
23444
23445 * custom.el (defface): Doc fix.
23446
23447 See ChangeLog.12 for earlier changes.
23448
23449 ;; Local Variables:
23450 ;; coding: utf-8
23451 ;; add-log-time-zone-rule: t
23452 ;; End:
23453
23454 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
23455
23456 This file is part of GNU Emacs.
23457
23458 GNU Emacs is free software; you can redistribute it and/or modify
23459 it under the terms of the GNU General Public License as published by
23460 the Free Software Foundation; either version 3, or (at your option)
23461 any later version.
23462
23463 GNU Emacs is distributed in the hope that it will be useful,
23464 but WITHOUT ANY WARRANTY; without even the implied warranty of
23465 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23466 GNU General Public License for more details.
23467
23468 You should have received a copy of the GNU General Public License
23469 along with GNU Emacs; see the file COPYING. If not, write to the
23470 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23471 Boston, MA 02110-1301, USA.
23472
23473 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af