summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (tempo-insert): Deal with 'r> if it appears specified with a promptChong Yidong2007-03-171-0/+9
| | | | argument.
* * tempo.el (tempo-insert): Deal with 'r> if it appearsChong Yidong2007-03-171-0/+5
| | | | specified with a prompt argument.
* (org-set-font-lock-defaults): Handle narrow table columns correctly.Chong Yidong2007-03-171-0/+1
|
* * textmodes/org.el (org-set-font-lock-defaults): Handle narrowChong Yidong2007-03-171-0/+5
| | | | table columns correctly.
* (command-line-1): Make insertion of initial-scratch-message not dependChong Yidong2007-03-171-7/+7
| | | | on scratch being selected.
* (woman-change-fonts): Tweak previous change by usingChong Yidong2007-03-171-1/+1
| | | | woman-request-regexp rather than "^\\.".
* * calc/calc-forms.el (math-std-daylight-savings): Switch to newChong Yidong2007-03-171-0/+11
| | | | | | | | | | North American rule. * woman.el (woman-change-fonts): Tweak previous change by using woman-request-regexp rather than "^\\.". * startup.el (command-line-1): Make insertion of initial-scratch-message not depend on scratch being selected.
* (solar-date-next-longitude): "daylight savings" -> "daylight saving"Chong Yidong2007-03-171-1/+1
| | | | doc fix.
* (lunar-new-moon-on-or-after): Doc fix.Chong Yidong2007-03-171-1/+1
|
* (number-of-diary-entries): Fix docstring typo.Chong Yidong2007-03-171-4/+4
|
* Change "daylight savings time" -> "daylight saving time".Chong Yidong2007-03-171-3/+3
|
* Change "daylight savings time" -> "daylight saving time" throughout.Chong Yidong2007-03-172-46/+46
|
* (math-std-daylight-savings): Switch to new North American rule.Chong Yidong2007-03-171-10/+10
|
* Add GC_ mark bit cleanup.Chong Yidong2007-03-171-0/+3
|
* Add Cygwin 4.1.2 to list of good Cygwin build environments.Chong Yidong2007-03-171-4/+5
|
* "daylight savings time" -> "daylight saving time"Chong Yidong2007-03-171-1/+1
|
* Add comment about legal notices.Chong Yidong2007-03-171-0/+2
|
* Update notes on etc/Xkeymap.txt and etc/TERMSChong Yidong2007-03-171-2/+4
|
* *** empty log message ***Chong Yidong2007-03-171-4/+8
|
* eshell ansi-color hookMark A. Hershberger2007-03-162-0/+14
|
* (match): Use yellow background on light-bg terminals.Richard M. Stallman2007-03-112-2/+8
|
* (type-break-get-previous-count): Repeat previous change here.Richard M. Stallman2007-03-112-4/+17
|
* (byte-compile-warning-prefix): Correctly compute line number.Richard M. Stallman2007-03-111-2/+4
|
* tweak last patch: add comment and avoid the first sleepSam Steingold2007-03-111-7/+10
|
* *** empty log message ***Glenn Morris2007-03-112-1/+35
|
* (SOURCES): ulimit.hack is removed.Glenn Morris2007-03-111-1/+1
|
* Remove file of uncertain legal statusGlenn Morris2007-03-112-453/+0
|
* Remove license from trivial file.Glenn Morris2007-03-111-15/+0
|
* Remove obsolete fileGlenn Morris2007-03-111-59/+0
|
* (sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold2007-03-112-0/+5
|
* (grep-find-ignored-directories): Add .git andDan Nicolaescu2007-03-112-1/+7
| | | | .bzr to list.
* (diff-apply-hunk): Use proper format string forAndreas Schwab2007-03-112-1/+7
| | | | error.
* (Fx_server_vendor): Change vendor string to "Apple Inc.".YAMAMOTO Mitsuharu2007-03-112-1/+5
|
* (report-emacs-bug): Don't hard code the "X" name.Stefan Monnier2007-03-112-2/+8
|
* *** empty log message ***Juanma Barranquero2007-03-111-13/+12
|
* ** sdl.web@gmail.com, Mar 6: Mode-line face bugChong Yidong2007-03-101-4/+0
| | | | Fixed...
* (face-set-after-frame-default): Recalculate face customizations afterChong Yidong2007-03-101-1/+5
| | | | applying X resources.
* * faces.el (face-set-after-frame-default): Recalculate faceChong Yidong2007-03-101-0/+5
| | | | customizations after applying X resources.
* (rcirc-timeout-seconds): New variable.Eli Zaretskii2007-03-102-35/+83
| | | | | | | | | | | | | | | | | | | | | | (rcirc-keepalive-seconds): Remove variable. (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting) (rcirc-process, rcirc-user-disconnect): New variables. (rcirc-connect): Initalize new variables. (rcirc-keepalive): Don't send keepalive pings before connection is completed. (rcirc-sentinel): Do mark all channels with activity when connection is dropped. Run hook with process buffer local. (rcirc-reschedule-timeout, rcirc-delete-process): New functions. (rcirc-buffer-process): Return value of rcirc-process if rcirc-server-buffer is nil. (rcirc-server-name): Return the reported server name. (rcirc-update-prompt): Simplify computation of the server name. (rcirc-format-response-string): Likewise. (rcirc-handler-001): Mark server as connected, record the reported server name, and schedule a timeout. (rcirc-track-nick): Add a spec for the tty class. (rcirc-user-non-nick): Remove function. (rcirc-nick-prefix-chars): Add variable. (rcirc-user-nick): Use above variable.
* (icomplete-tidy, icomplete-exhibit): Bind deactivate-mark to nil.Eli Zaretskii2007-03-102-2/+9
|
* Warn from Cygwin GCC versions other than those known to succeed.Eli Zaretskii2007-03-101-0/+2
|
* (PC-do-completion): Bind dirlength to nil to avoidMartin Rudalics2007-03-102-1/+9
| | | | that buffer contents get erased during completion.
* [USE_CARBON_EVENTS] (mac_handle_mouse_event): IgnoreYAMAMOTO Mitsuharu2007-03-102-7/+19
| | | | mouse wheel movement on title bar or tool bar.
* ** andreas.roehler@easy-emacs.de, Feb 19: auto-insert help-bufferChong Yidong2007-03-101-2/+0
| | | | Fixed.
* (help_form_saved_window_configs): New var.Chong Yidong2007-03-101-3/+24
| | | | | | (read_char_help_form_unwind): New function. (read_char): Don't restore window configuration if a mouse click arrives while the help form is being displayed.
* * keyboard.c (help_form_saved_window_configs): New var.Chong Yidong2007-03-101-0/+7
| | | | | | (read_char_help_form_unwind): New function. (read_char): Don't restore window configuration if a mouse click arrives while the help form is being displayed.
* Fix typo.Glenn Morris2007-03-101-1/+1
|
* *** empty log message ***Glenn Morris2007-03-102-3/+17
|
* Add copyright disclaimer.Glenn Morris2007-03-101-0/+4
|
* Bit late for pre-pretest comment...Glenn Morris2007-03-101-1/+1
|